diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2005-11-01 10:14:05 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-02 00:50:01 -0500 |
commit | bbc5b21284318a7c981afa85fc4f51c1256eedec (patch) | |
tree | dfb817ef7e643a47a2b17309374a4647159fc8df /arch/um/include/net_kern.h | |
parent | d8762748cae4f85b3201c0304969d993b42d5258 (diff) |
[PATCH] missing platform_device.h includes
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/um/include/net_kern.h')
-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; |