]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - drivers/net/wireless/orinoco/fw.c
drivers/net: use __packed annotation
[mirror_ubuntu-zesty-kernel.git] / drivers / net / wireless / orinoco / fw.c
index 3e1947d097ca83faf849b8de051eb506247f9cb3..259d7585398493720d68ceaa285ebe850a063cdd 100644 (file)
@@ -49,7 +49,7 @@ struct orinoco_fw_header {
        __le32 pri_offset;      /* Offset to primary plug data */
        __le32 compat_offset;   /* Offset to compatibility data*/
        char signature[0];      /* FW signature length headersize-20 */
-} __attribute__ ((packed));
+} __packed;
 
 /* Check the range of various header entries. Return a pointer to a
  * description of the problem, or NULL if everything checks out. */