diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2009-04-05 07:10:56 -0400 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2010-05-26 13:51:09 -0400 |
commit | 5121c7172d7d9bec33535e098c9487cf4e8186f2 (patch) | |
tree | 7162b57ec19db3d5eb04b24af633c564929fe74b /arch | |
parent | 9aed2302655854586069d90e0d59ce3a0e12809d (diff) |
m68k: amiga - Keyboard platform device conversion
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/m68k/amiga/platform.c | 5 |
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 | ||