diff options
Diffstat (limited to 'arch/um/drivers/chan_user.h')
-rw-r--r-- | arch/um/drivers/chan_user.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/um/drivers/chan_user.h b/arch/um/drivers/chan_user.h index 6257b7a6e1af..dc693298eb8f 100644 --- a/arch/um/drivers/chan_user.h +++ b/arch/um/drivers/chan_user.h | |||
@@ -6,7 +6,7 @@ | |||
6 | #ifndef __CHAN_USER_H__ | 6 | #ifndef __CHAN_USER_H__ |
7 | #define __CHAN_USER_H__ | 7 | #define __CHAN_USER_H__ |
8 | 8 | ||
9 | #include "init.h" | 9 | #include <init.h> |
10 | 10 | ||
11 | struct chan_opts { | 11 | struct chan_opts { |
12 | void (*const announce)(char *dev_name, int dev); | 12 | void (*const announce)(char *dev_name, int dev); |