diff options
Diffstat (limited to 'drivers/net/skge.h')
-rw-r--r-- | drivers/net/skge.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/skge.h b/drivers/net/skge.h index 831de1b6e96e..507addcaffa3 100644 --- a/drivers/net/skge.h +++ b/drivers/net/skge.h | |||
@@ -2393,8 +2393,8 @@ struct skge_element { | |||
2393 | struct skge_element *next; | 2393 | struct skge_element *next; |
2394 | void *desc; | 2394 | void *desc; |
2395 | struct sk_buff *skb; | 2395 | struct sk_buff *skb; |
2396 | DECLARE_PCI_UNMAP_ADDR(mapaddr); | 2396 | DEFINE_DMA_UNMAP_ADDR(mapaddr); |
2397 | DECLARE_PCI_UNMAP_LEN(maplen); | 2397 | DEFINE_DMA_UNMAP_LEN(maplen); |
2398 | }; | 2398 | }; |
2399 | 2399 | ||
2400 | struct skge_ring { | 2400 | struct skge_ring { |