diff options
Diffstat (limited to 'arch/um/kernel/um_arch.c')
-rw-r--r-- | arch/um/kernel/um_arch.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/um/kernel/um_arch.c b/arch/um/kernel/um_arch.c index 0c5b9dcfbe2e..bb1c87211ac1 100644 --- a/arch/um/kernel/um_arch.c +++ b/arch/um/kernel/um_arch.c | |||
@@ -487,8 +487,7 @@ void __init setup_arch(char **cmdline_p) | |||
487 | void __init check_bugs(void) | 487 | void __init check_bugs(void) |
488 | { | 488 | { |
489 | arch_check_bugs(); | 489 | arch_check_bugs(); |
490 | check_sigio(); | 490 | os_check_bugs(); |
491 | check_devanon(); | ||
492 | } | 491 | } |
493 | 492 | ||
494 | void apply_alternatives(struct alt_instr *start, struct alt_instr *end) | 493 | void apply_alternatives(struct alt_instr *start, struct alt_instr *end) |