diff options
Diffstat (limited to 'arch/m68k')
-rw-r--r-- | arch/m68k/amiga/platform.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/m68k/amiga/platform.c b/arch/m68k/amiga/platform.c index d427de23c02e..269bafc8da17 100644 --- a/arch/m68k/amiga/platform.c +++ b/arch/m68k/amiga/platform.c | |||
@@ -165,6 +165,9 @@ static int __init amiga_init_devices(void) | |||
165 | if (AMIGAHW_PRESENT(AMI_KEYBOARD)) | 165 | if (AMIGAHW_PRESENT(AMI_KEYBOARD)) |
166 | platform_device_register_simple("amiga-keyboard", -1, NULL, 0); | 166 | platform_device_register_simple("amiga-keyboard", -1, NULL, 0); |
167 | 167 | ||
168 | if (AMIGAHW_PRESENT(AMI_MOUSE)) | ||
169 | platform_device_register_simple("amiga-mouse", -1, NULL, 0); | ||
170 | |||
168 | return 0; | 171 | return 0; |
169 | } | 172 | } |
170 | 173 | ||