diff options
Diffstat (limited to 'net/wireless')
-rw-r--r-- | net/wireless/core.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/wireless/core.h b/net/wireless/core.h index b8f4630c6ada..f342267e3620 100644 --- a/net/wireless/core.h +++ b/net/wireless/core.h | |||
@@ -89,7 +89,7 @@ struct cfg80211_registered_device { | |||
89 | 89 | ||
90 | /* must be last because of the way we do wiphy_priv(), | 90 | /* must be last because of the way we do wiphy_priv(), |
91 | * and it should at least be aligned to NETDEV_ALIGN */ | 91 | * and it should at least be aligned to NETDEV_ALIGN */ |
92 | struct wiphy wiphy __attribute__((__aligned__(NETDEV_ALIGN))); | 92 | struct wiphy wiphy __aligned(NETDEV_ALIGN); |
93 | }; | 93 | }; |
94 | 94 | ||
95 | static inline | 95 | static inline |