igb: add support for SGMII-based MDIO PHYs
[deliverable/linux.git] / drivers / net / sky2.h
index 084eff21b67a87b5300c733eb298c45dbfee1bdd..61891a6cacc2350f4e8fb7e32a0e1cc87ee2babf 100644 (file)
@@ -2161,21 +2161,21 @@ struct sky2_tx_le {
        __le16  length; /* also vlan tag or checksum start */
        u8      ctrl;
        u8      opcode;
-} __attribute((packed));
+} __packed;
 
 struct sky2_rx_le {
        __le32  addr;
        __le16  length;
        u8      ctrl;
        u8      opcode;
-} __attribute((packed));
+} __packed;
 
 struct sky2_status_le {
        __le32  status; /* also checksum */
        __le16  length; /* also vlan tag */
        u8      css;
        u8      opcode;
-} __attribute((packed));
+} __packed;
 
 struct tx_ring_info {
        struct sk_buff  *skb;
This page took 0.060356 seconds and 5 git commands to generate.