diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2009-04-05 07:02:13 -0400 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2010-05-17 15:37:45 -0400 |
commit | 92183b346f02773dae09182c65f16b013f295d80 (patch) | |
tree | 51c6741126aada9f72ca1c5ce30e468b460414cd /arch/m68k | |
parent | ff2db7c5ab78817eb3c5d15dd87f18e9be726f1a (diff) |
m68k: amiga - Floppy platform device conversion
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'arch/m68k')
-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 2e308e7a0949..38f18bf14737 100644 --- a/arch/m68k/amiga/platform.c +++ b/arch/m68k/amiga/platform.c | |||
@@ -72,6 +72,11 @@ static int __init amiga_init_devices(void) | |||
72 | if (AMIGAHW_PRESENT(AMI_AUDIO)) | 72 | if (AMIGAHW_PRESENT(AMI_AUDIO)) |
73 | platform_device_register_simple("amiga-audio", -1, NULL, 0); | 73 | platform_device_register_simple("amiga-audio", -1, NULL, 0); |
74 | 74 | ||
75 | |||
76 | /* storage interfaces */ | ||
77 | if (AMIGAHW_PRESENT(AMI_FLOPPY)) | ||
78 | platform_device_register_simple("amiga-floppy", -1, NULL, 0); | ||
79 | |||
75 | return 0; | 80 | return 0; |
76 | } | 81 | } |
77 | 82 | ||