diff options
Diffstat (limited to 'arch/m68k/amiga/platform.c')
-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 269bafc8da17..52aa62da8528 100644 --- a/arch/m68k/amiga/platform.c +++ b/arch/m68k/amiga/platform.c | |||
@@ -168,6 +168,9 @@ static int __init amiga_init_devices(void) | |||
168 | if (AMIGAHW_PRESENT(AMI_MOUSE)) | 168 | if (AMIGAHW_PRESENT(AMI_MOUSE)) |
169 | platform_device_register_simple("amiga-mouse", -1, NULL, 0); | 169 | platform_device_register_simple("amiga-mouse", -1, NULL, 0); |
170 | 170 | ||
171 | if (AMIGAHW_PRESENT(AMI_SERIAL)) | ||
172 | platform_device_register_simple("amiga-serial", -1, NULL, 0); | ||
173 | |||
171 | return 0; | 174 | return 0; |
172 | } | 175 | } |
173 | 176 | ||