diff options
author | Ivan Safonov <insafonov@gmail.com> | 2015-10-27 11:23:14 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-10-28 20:09:08 -0400 |
commit | 7687e58a5aa759594096f3d7c990fdb0f88a3c9d (patch) | |
tree | 2408c904f91c736c4d629dcb1482b58ee4b757cb | |
parent | 8a3a379d354c9518e6897a28bd06badfcf2235e6 (diff) |
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>
-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 *); | |||
27 | 27 | ||
28 | #define FIELD_OFFSET(s, field) ((ssize_t)&((s *)(0))->field) | 28 | #define FIELD_OFFSET(s, field) ((ssize_t)&((s *)(0))->field) |
29 | 29 | ||
30 | #define MEM_ALIGNMENT_OFFSET (sizeof(size_t)) | ||
31 | #define MEM_ALIGNMENT_PADDING (sizeof(size_t) - 1) | ||
32 | |||
33 | /* port from fw */ | 30 | /* port from fw */ |
34 | /* TODO: Macros Below are Sync from SD7-Driver. It is necessary | 31 | /* TODO: Macros Below are Sync from SD7-Driver. It is necessary |
35 | * to check correctness */ | 32 | * to check correctness */ |