diff options
Diffstat (limited to 'arch/sh/kernel/cf-enabler.c')
| -rw-r--r-- | arch/sh/kernel/cf-enabler.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/sh/kernel/cf-enabler.c b/arch/sh/kernel/cf-enabler.c index 849a9e191391..ebc73b85094a 100644 --- a/arch/sh/kernel/cf-enabler.c +++ b/arch/sh/kernel/cf-enabler.c | |||
| @@ -12,6 +12,7 @@ | |||
| 12 | #include <linux/init.h> | 12 | #include <linux/init.h> |
| 13 | #include <linux/mm.h> | 13 | #include <linux/mm.h> |
| 14 | #include <linux/vmalloc.h> | 14 | #include <linux/vmalloc.h> |
| 15 | #include <linux/interrupt.h> | ||
| 15 | #include <asm/io.h> | 16 | #include <asm/io.h> |
| 16 | #include <asm/irq.h> | 17 | #include <asm/irq.h> |
| 17 | 18 | ||
| @@ -149,6 +150,11 @@ static int __init cf_init_se(void) | |||
| 149 | ctrl_outb(0x42, PA_MRSHPC_MW2 + 0x200); | 150 | ctrl_outb(0x42, PA_MRSHPC_MW2 + 0x200); |
| 150 | return 0; | 151 | return 0; |
| 151 | } | 152 | } |
| 153 | #else | ||
| 154 | static int __init cf_init_se(void) | ||
| 155 | { | ||
| 156 | return -1; | ||
| 157 | } | ||
| 152 | #endif | 158 | #endif |
| 153 | 159 | ||
| 154 | int __init cf_init(void) | 160 | int __init cf_init(void) |
