diff options
Diffstat (limited to 'include/linux/netdevice.h')
-rw-r--r-- | include/linux/netdevice.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index 33b4f66374bd..1f77540bdc95 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h | |||
@@ -39,7 +39,6 @@ | |||
39 | #include <asm/cache.h> | 39 | #include <asm/cache.h> |
40 | #include <asm/byteorder.h> | 40 | #include <asm/byteorder.h> |
41 | 41 | ||
42 | #include <linux/device.h> | ||
43 | #include <linux/percpu.h> | 42 | #include <linux/percpu.h> |
44 | #include <linux/rculist.h> | 43 | #include <linux/rculist.h> |
45 | #include <linux/dmaengine.h> | 44 | #include <linux/dmaengine.h> |
@@ -57,6 +56,7 @@ | |||
57 | #include <linux/netdev_features.h> | 56 | #include <linux/netdev_features.h> |
58 | 57 | ||
59 | struct netpoll_info; | 58 | struct netpoll_info; |
59 | struct device; | ||
60 | struct phy_device; | 60 | struct phy_device; |
61 | /* 802.11 specific */ | 61 | /* 802.11 specific */ |
62 | struct wireless_dev; | 62 | struct wireless_dev; |