diff options
Diffstat (limited to 'arch/um')
-rw-r--r-- | arch/um/include/net_kern.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/arch/um/include/net_kern.h b/arch/um/include/net_kern.h index 1c07949a13d6..f7de6df60dd7 100644 --- a/arch/um/include/net_kern.h +++ b/arch/um/include/net_kern.h | |||
@@ -6,10 +6,11 @@ | |||
6 | #ifndef __UM_NET_KERN_H | 6 | #ifndef __UM_NET_KERN_H |
7 | #define __UM_NET_KERN_H | 7 | #define __UM_NET_KERN_H |
8 | 8 | ||
9 | #include "linux/netdevice.h" | 9 | #include <linux/netdevice.h> |
10 | #include "linux/skbuff.h" | 10 | #include <linux/platform_device.h> |
11 | #include "linux/socket.h" | 11 | #include <linux/skbuff.h> |
12 | #include "linux/list.h" | 12 | #include <linux/socket.h> |
13 | #include <linux/list.h> | ||
13 | 14 | ||
14 | struct uml_net { | 15 | struct uml_net { |
15 | struct list_head list; | 16 | struct list_head list; |