commit | 826e8c8c804e5a38586c6b48ef38d1e755789f0c | [log] [tgz] |
---|---|---|
author | Geert Uytterhoeven <geert@linux-m68k.org> | Sun Apr 05 13:12:30 2009 +0200 |
committer | Geert Uytterhoeven <geert@linux-m68k.org> | Wed May 26 19:51:09 2010 +0200 |
tree | f71bbfbbe4edcc26e7e9cf470b0b506b20714da5 | |
parent | 314c926f64b345f153b9180a2c79333657dbec48 [diff] [blame] |
m68k: amiga - Serial port platform device conversion Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
diff --git a/arch/m68k/amiga/platform.c b/arch/m68k/amiga/platform.c index 269bafc..52aa62d 100644 --- a/arch/m68k/amiga/platform.c +++ b/arch/m68k/amiga/platform.c
@@ -168,6 +168,9 @@ if (AMIGAHW_PRESENT(AMI_MOUSE)) platform_device_register_simple("amiga-mouse", -1, NULL, 0); + if (AMIGAHW_PRESENT(AMI_SERIAL)) + platform_device_register_simple("amiga-serial", -1, NULL, 0); + return 0; }