diff options
Diffstat (limited to 'include/linux/skbuff.h')
-rw-r--r-- | include/linux/skbuff.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h index 89eed8cdd318..ae836fded530 100644 --- a/include/linux/skbuff.h +++ b/include/linux/skbuff.h | |||
@@ -416,14 +416,6 @@ struct sk_buff { | |||
416 | 416 | ||
417 | #include <asm/system.h> | 417 | #include <asm/system.h> |
418 | 418 | ||
419 | #ifdef CONFIG_HAS_DMA | ||
420 | #include <linux/dma-mapping.h> | ||
421 | extern int skb_dma_map(struct device *dev, struct sk_buff *skb, | ||
422 | enum dma_data_direction dir); | ||
423 | extern void skb_dma_unmap(struct device *dev, struct sk_buff *skb, | ||
424 | enum dma_data_direction dir); | ||
425 | #endif | ||
426 | |||
427 | static inline struct dst_entry *skb_dst(const struct sk_buff *skb) | 419 | static inline struct dst_entry *skb_dst(const struct sk_buff *skb) |
428 | { | 420 | { |
429 | return (struct dst_entry *)skb->_skb_dst; | 421 | return (struct dst_entry *)skb->_skb_dst; |