staging: rtl8712: Use __packed instead of __attribute__ ((packed))
authorMichael Fiedler <michael.fiedler@informatik.stud.uni-erlangen.de>
Mon, 20 Jun 2011 14:34:27 +0000 (16:34 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 5 Jul 2011 17:23:57 +0000 (10:23 -0700)
According to scripts/checkpatch.pl, the __packed macro
from linux/compiler.h should be used.

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>

No differences found