diff options
Diffstat (limited to 'arch/um/os-Linux/user_syms.c')
-rw-r--r-- | arch/um/os-Linux/user_syms.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/um/os-Linux/user_syms.c b/arch/um/os-Linux/user_syms.c index 73926fa3f96b..db4a034aeee1 100644 --- a/arch/um/os-Linux/user_syms.c +++ b/arch/um/os-Linux/user_syms.c | |||
@@ -1,5 +1,5 @@ | |||
1 | #include "linux/types.h" | 1 | #include <linux/types.h> |
2 | #include "linux/module.h" | 2 | #include <linux/module.h> |
3 | 3 | ||
4 | /* Some of this are builtin function (some are not but could in the future), | 4 | /* Some of this are builtin function (some are not but could in the future), |
5 | * so I *must* declare good prototypes for them and then EXPORT them. | 5 | * so I *must* declare good prototypes for them and then EXPORT them. |