summaryrefslogtreecommitdiffstats
path: root/drivers/staging/brcm80211/include/sdiovar.h
diff options
context:
space:
mode:
authorArend van Spriel <arend@broadcom.com>2010-12-22 09:30:14 +0100
committerGreg Kroah-Hartman <gregkh@suse.de>2011-01-20 15:17:42 -0800
commit1e6610862c96fbe84534507e58014b50e0a1df5b (patch)
treee512b142e1631cb5afaded773541ffc8fc48c442 /drivers/staging/brcm80211/include/sdiovar.h
parent35af876454b35b9ed080569e430096d3175302c5 (diff)
downloadop-kernel-dev-1e6610862c96fbe84534507e58014b50e0a1df5b.zip
op-kernel-dev-1e6610862c96fbe84534507e58014b50e0a1df5b.tar.gz
staging: brcm80211: remove usage of packet section macros
Removed include construction used to solve compiler differences related to packed structure types. Now GNUC variant of packed structure is used explicitly. Reviewed-by: Brett Rudley <brudley@broadcom.com> Reviewed-by: Henry Ptasinski <henryp@broadcom.com> Reviewed-by: Roland Vossen <rvossen@broadcom.com> Reviewed-by: Dowan Kim <dowan@broadcom.com> Signed-off-by: Arend van Spriel <arend@broadcom.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/brcm80211/include/sdiovar.h')
-rw-r--r--drivers/staging/brcm80211/include/sdiovar.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/staging/brcm80211/include/sdiovar.h b/drivers/staging/brcm80211/include/sdiovar.h
index 7686fde..d1cfa5f 100644
--- a/drivers/staging/brcm80211/include/sdiovar.h
+++ b/drivers/staging/brcm80211/include/sdiovar.h
@@ -17,10 +17,6 @@
#ifndef _sdiovar_h_
#define _sdiovar_h_
-/* require default structure packing */
-#define BWL_DEFAULT_PACKING
-#include <packed_section_start.h>
-
typedef struct sdreg {
int func;
int offset;
@@ -39,6 +35,4 @@ typedef struct sdreg {
#define NUM_PREV_TRANSACTIONS 16
-#include <packed_section_end.h>
-
#endif /* _sdiovar_h_ */
OpenPOWER on IntegriCloud