diff options
Diffstat (limited to 'arch/um/drivers/umcast_kern.c')
-rw-r--r-- | arch/um/drivers/umcast_kern.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/um/drivers/umcast_kern.c b/arch/um/drivers/umcast_kern.c index 42dab11d2ecf..f5ba6e377913 100644 --- a/arch/um/drivers/umcast_kern.c +++ b/arch/um/drivers/umcast_kern.c | |||
@@ -11,10 +11,10 @@ | |||
11 | * Licensed under the GPL. | 11 | * Licensed under the GPL. |
12 | */ | 12 | */ |
13 | 13 | ||
14 | #include "linux/init.h" | 14 | #include <linux/init.h> |
15 | #include <linux/netdevice.h> | 15 | #include <linux/netdevice.h> |
16 | #include "umcast.h" | 16 | #include "umcast.h" |
17 | #include "net_kern.h" | 17 | #include <net_kern.h> |
18 | 18 | ||
19 | struct umcast_init { | 19 | struct umcast_init { |
20 | char *addr; | 20 | char *addr; |