]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/net/typhoon.c
cxgb4vf: Add code to provision T4 PCI-E SR-IOV Virtual Functions with hardware resources
[mv-sheeva.git] / drivers / net / typhoon.c
index 22bde49262c075de51aedc7ae75a4a9cefb79387..2e50077ff450b249a9042259375b5288f41965c6 100644 (file)
@@ -255,7 +255,7 @@ struct typhoon_shared {
        struct rx_free                  rxBuff[RXFREE_ENTRIES]  __3xp_aligned;
        u32                             zeroWord;
        struct tx_desc                  txHi[TXHI_ENTRIES];
-} __attribute__ ((packed));
+} __packed;
 
 struct rxbuff_ent {
        struct sk_buff *skb;