diff options
Diffstat (limited to 'drivers/net/wireless/spectrum_cs.c')
-rw-r--r-- | drivers/net/wireless/spectrum_cs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/spectrum_cs.c b/drivers/net/wireless/spectrum_cs.c index fee4be1ce810..5fa6fbe35bb9 100644 --- a/drivers/net/wireless/spectrum_cs.c +++ b/drivers/net/wireless/spectrum_cs.c | |||
@@ -147,7 +147,7 @@ struct pdi { | |||
147 | __le16 _len; /* length of ID and data, in words */ | 147 | __le16 _len; /* length of ID and data, in words */ |
148 | __le16 _id; /* record ID */ | 148 | __le16 _id; /* record ID */ |
149 | char data[0]; /* plug data */ | 149 | char data[0]; /* plug data */ |
150 | } __attribute__ ((packed));; | 150 | } __attribute__ ((packed)); |
151 | 151 | ||
152 | 152 | ||
153 | /* Functions for access to little-endian data */ | 153 | /* Functions for access to little-endian data */ |