diff options
Diffstat (limited to 'arch/um/include/os.h')
-rw-r--r-- | arch/um/include/os.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/um/include/os.h b/arch/um/include/os.h index 82e5aeae2b84..55ca073589dc 100644 --- a/arch/um/include/os.h +++ b/arch/um/include/os.h | |||
@@ -8,7 +8,6 @@ | |||
8 | 8 | ||
9 | #include <stdarg.h> | 9 | #include <stdarg.h> |
10 | #include "irq_user.h" | 10 | #include "irq_user.h" |
11 | #include "kern_util.h" | ||
12 | #include "longjmp.h" | 11 | #include "longjmp.h" |
13 | #include "mm_id.h" | 12 | #include "mm_id.h" |
14 | #include "sysdep/tls.h" | 13 | #include "sysdep/tls.h" |
@@ -237,9 +236,6 @@ extern void unblock_signals(void); | |||
237 | extern int get_signals(void); | 236 | extern int get_signals(void); |
238 | extern int set_signals(int enable); | 237 | extern int set_signals(int enable); |
239 | 238 | ||
240 | /* trap.c */ | ||
241 | extern void os_fill_handlinfo(struct kern_handlers h); | ||
242 | |||
243 | /* util.c */ | 239 | /* util.c */ |
244 | extern void stack_protections(unsigned long address); | 240 | extern void stack_protections(unsigned long address); |
245 | extern int raw(int fd); | 241 | extern int raw(int fd); |