staging: rtl8712: Remove duplicate #define for __attribute__ ((packed))
There is already a macro defined in linux/compiler.h. Signed-off-by: Michael Fiedler <michael.fiedler@informatik.stud.uni-erlangen.de> Acked-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
38d0cffefd
commit
36e0b743d2
1 changed files with 0 additions and 2 deletions
|
@ -236,7 +236,5 @@ static inline u32 _RND512(u32 sz)
|
|||
return ((sz >> 9) + ((sz & 511) ? 1 : 0)) << 9;
|
||||
}
|
||||
|
||||
#define STRUCT_PACKED __attribute__ ((packed))
|
||||
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue