diff options
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-trans.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-trans.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-trans.h b/drivers/net/wireless/iwlwifi/iwl-trans.h index cc7a3cfb5f24..f42328605356 100644 --- a/drivers/net/wireless/iwlwifi/iwl-trans.h +++ b/drivers/net/wireless/iwlwifi/iwl-trans.h | |||
@@ -347,7 +347,7 @@ struct iwl_trans { | |||
347 | 347 | ||
348 | /* pointer to trans specific struct */ | 348 | /* pointer to trans specific struct */ |
349 | /*Ensure that this pointer will always be aligned to sizeof pointer */ | 349 | /*Ensure that this pointer will always be aligned to sizeof pointer */ |
350 | char trans_specific[0] __attribute__((__aligned__(sizeof(void *)))); | 350 | char trans_specific[0] __aligned(sizeof(void *)); |
351 | }; | 351 | }; |
352 | 352 | ||
353 | static inline int iwl_trans_start_hw(struct iwl_trans *trans) | 353 | static inline int iwl_trans_start_hw(struct iwl_trans *trans) |