diff options
Diffstat (limited to 'arch/avr32/mach-at32ap/at32ap.c')
-rw-r--r-- | arch/avr32/mach-at32ap/at32ap.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/avr32/mach-at32ap/at32ap.c b/arch/avr32/mach-at32ap/at32ap.c index f7cedf5aabea..90f207e8e96d 100644 --- a/arch/avr32/mach-at32ap/at32ap.c +++ b/arch/avr32/mach-at32ap/at32ap.c | |||
@@ -48,9 +48,6 @@ void __init setup_platform(void) | |||
48 | at32_sm_init(); | 48 | at32_sm_init(); |
49 | at32_clock_init(); | 49 | at32_clock_init(); |
50 | at32_portmux_init(); | 50 | at32_portmux_init(); |
51 | |||
52 | /* FIXME: This doesn't belong here */ | ||
53 | at32_setup_serial_console(1); | ||
54 | } | 51 | } |
55 | 52 | ||
56 | static int __init pdc_probe(struct platform_device *pdev) | 53 | static int __init pdc_probe(struct platform_device *pdev) |