diff options
author | David S. Miller <davem@davemloft.net> | 2011-05-22 20:54:11 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-05-22 20:54:11 -0400 |
commit | 67f11f4deda0818640decb19a28c537dbe5d429e (patch) | |
tree | c142b3410d1e6813fe87ba08e8c51e67df619487 | |
parent | 120a3d5c7c1f37752e7956d296a4f031f38cb217 (diff) |
net: Remove linux/prefetch.h include from linux/skbuff.h
No longer needed.
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | include/linux/skbuff.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h index 09901fdd73ae..8cac356b77b2 100644 --- a/include/linux/skbuff.h +++ b/include/linux/skbuff.h | |||
@@ -28,7 +28,6 @@ | |||
28 | #include <net/checksum.h> | 28 | #include <net/checksum.h> |
29 | #include <linux/rcupdate.h> | 29 | #include <linux/rcupdate.h> |
30 | #include <linux/dmaengine.h> | 30 | #include <linux/dmaengine.h> |
31 | #include <linux/prefetch.h> | ||
32 | #include <linux/hrtimer.h> | 31 | #include <linux/hrtimer.h> |
33 | 32 | ||
34 | /* Don't change this without changing skb_csum_unnecessary! */ | 33 | /* Don't change this without changing skb_csum_unnecessary! */ |