diff options
Diffstat (limited to 'arch/um/kernel/sigio.c')
-rw-r--r-- | arch/um/kernel/sigio.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/um/kernel/sigio.c b/arch/um/kernel/sigio.c index c88211139a51..b5e0cbb34382 100644 --- a/arch/um/kernel/sigio.c +++ b/arch/um/kernel/sigio.c | |||
@@ -4,9 +4,9 @@ | |||
4 | */ | 4 | */ |
5 | 5 | ||
6 | #include <linux/interrupt.h> | 6 | #include <linux/interrupt.h> |
7 | #include "irq_kern.h" | 7 | #include <irq_kern.h> |
8 | #include "os.h" | 8 | #include <os.h> |
9 | #include "sigio.h" | 9 | #include <sigio.h> |
10 | 10 | ||
11 | /* Protected by sigio_lock() called from write_sigio_workaround */ | 11 | /* Protected by sigio_lock() called from write_sigio_workaround */ |
12 | static int sigio_irq_fd = -1; | 12 | static int sigio_irq_fd = -1; |