diff options
Diffstat (limited to 'drivers/net/sky2.h')
-rw-r--r-- | drivers/net/sky2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/sky2.h b/drivers/net/sky2.h index 365d79c7d834..54cb303443e0 100644 --- a/drivers/net/sky2.h +++ b/drivers/net/sky2.h | |||
@@ -2156,7 +2156,7 @@ struct tx_ring_info { | |||
2156 | struct sk_buff *skb; | 2156 | struct sk_buff *skb; |
2157 | unsigned long flags; | 2157 | unsigned long flags; |
2158 | #define TX_MAP_SINGLE 0x0001 | 2158 | #define TX_MAP_SINGLE 0x0001 |
2159 | #define TX_MAP_PAGE 000002 | 2159 | #define TX_MAP_PAGE 0x0002 |
2160 | DECLARE_PCI_UNMAP_ADDR(mapaddr); | 2160 | DECLARE_PCI_UNMAP_ADDR(mapaddr); |
2161 | DECLARE_PCI_UNMAP_LEN(maplen); | 2161 | DECLARE_PCI_UNMAP_LEN(maplen); |
2162 | }; | 2162 | }; |