drivers/net: use __packed annotation
[deliverable/linux.git] / drivers / net / wireless / iwlwifi / iwl-4965-hw.h
index cd4b61ae25b787021b7392187529c87d7962252f..9166794eda0ddee2838f6c0e5f06b93558f93601 100644 (file)
@@ -787,6 +787,6 @@ enum {
 struct iwl4965_scd_bc_tbl {
        __le16 tfd_offset[TFD_QUEUE_BC_SIZE];
        u8 pad[1024 - (TFD_QUEUE_BC_SIZE) * sizeof(__le16)];
-} __attribute__ ((packed));
+} __packed;
 
 #endif /* !__iwl_4965_hw_h__ */
This page took 0.025473 seconds and 5 git commands to generate.