diff options
author | Ivan Safonov <insafonov@gmail.com> | 2015-10-27 22:23:14 +0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-10-29 09:09:08 +0900 |
commit | 7687e58a5aa759594096f3d7c990fdb0f88a3c9d (patch) | |
tree | 2408c904f91c736c4d629dcb1482b58ee4b757cb /drivers/staging | |
parent | 8a3a379d354c9518e6897a28bd06badfcf2235e6 (diff) | |
download | lwn-7687e58a5aa759594096f3d7c990fdb0f88a3c9d.tar.gz lwn-7687e58a5aa759594096f3d7c990fdb0f88a3c9d.zip |
staging: rtl8188eu: unused MEM_ALIGNMENT_OFFSET and MEM_ALIGNMENT_PADDING macros removed
This patch removes unused MEM_ALIGNMENT_OFFSET and MEM_ALIGNMENT_PADDING macros
from include/basic_types.h.
Signed-off-by: Ivan Safonov <insafonov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging')
-rw-r--r-- | drivers/staging/rtl8188eu/include/basic_types.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/staging/rtl8188eu/include/basic_types.h b/drivers/staging/rtl8188eu/include/basic_types.h index 485d5c7493c3..6a2a147e6d15 100644 --- a/drivers/staging/rtl8188eu/include/basic_types.h +++ b/drivers/staging/rtl8188eu/include/basic_types.h @@ -27,9 +27,6 @@ typedef void (*proc_t)(void *); #define FIELD_OFFSET(s, field) ((ssize_t)&((s *)(0))->field) -#define MEM_ALIGNMENT_OFFSET (sizeof(size_t)) -#define MEM_ALIGNMENT_PADDING (sizeof(size_t) - 1) - /* port from fw */ /* TODO: Macros Below are Sync from SD7-Driver. It is necessary * to check correctness */ |