aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k/amiga/platform.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/m68k/amiga/platform.c')
-rw-r--r--arch/m68k/amiga/platform.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/m68k/amiga/platform.c b/arch/m68k/amiga/platform.c
index 907f6f5f2cac..d427de23c02e 100644
--- a/arch/m68k/amiga/platform.c
+++ b/arch/m68k/amiga/platform.c
@@ -160,6 +160,11 @@ static int __init amiga_init_devices(void)
160 sizeof(a4000_ide_pdata)); 160 sizeof(a4000_ide_pdata));
161 } 161 }
162 162
163
164 /* other I/O hardware */
165 if (AMIGAHW_PRESENT(AMI_KEYBOARD))
166 platform_device_register_simple("amiga-keyboard", -1, NULL, 0);
167
163 return 0; 168 return 0;
164} 169}
165 170