diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2009-04-05 07:13:20 -0400 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2010-05-26 13:51:09 -0400 |
commit | 6f8221c26be5d80f749b1b6c2e7c8456fefb5250 (patch) | |
tree | a670659f15741e4f41a0038ceb05f739c74ac22d /arch | |
parent | 826e8c8c804e5a38586c6b48ef38d1e755789f0c (diff) |
m68k: amiga - Parallel port platform device conversion
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'arch')
-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 52aa62da8528..c985db029503 100644 --- a/arch/m68k/amiga/platform.c +++ b/arch/m68k/amiga/platform.c | |||
@@ -171,6 +171,9 @@ static int __init amiga_init_devices(void) | |||
171 | if (AMIGAHW_PRESENT(AMI_SERIAL)) | 171 | if (AMIGAHW_PRESENT(AMI_SERIAL)) |
172 | platform_device_register_simple("amiga-serial", -1, NULL, 0); | 172 | platform_device_register_simple("amiga-serial", -1, NULL, 0); |
173 | 173 | ||
174 | if (AMIGAHW_PRESENT(AMI_PARALLEL)) | ||
175 | platform_device_register_simple("amiga-parallel", -1, NULL, 0); | ||
176 | |||
174 | return 0; | 177 | return 0; |
175 | } | 178 | } |
176 | 179 | ||