diff options
Diffstat (limited to 'drivers/net/typhoon.c')
-rw-r--r-- | drivers/net/typhoon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/typhoon.c b/drivers/net/typhoon.c index 22bde49262c0..2e50077ff450 100644 --- a/drivers/net/typhoon.c +++ b/drivers/net/typhoon.c | |||
@@ -255,7 +255,7 @@ struct typhoon_shared { | |||
255 | struct rx_free rxBuff[RXFREE_ENTRIES] __3xp_aligned; | 255 | struct rx_free rxBuff[RXFREE_ENTRIES] __3xp_aligned; |
256 | u32 zeroWord; | 256 | u32 zeroWord; |
257 | struct tx_desc txHi[TXHI_ENTRIES]; | 257 | struct tx_desc txHi[TXHI_ENTRIES]; |
258 | } __attribute__ ((packed)); | 258 | } __packed; |
259 | 259 | ||
260 | struct rxbuff_ent { | 260 | struct rxbuff_ent { |
261 | struct sk_buff *skb; | 261 | struct sk_buff *skb; |