diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2012-02-15 11:24:07 -0500 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2012-02-23 08:57:59 -0500 |
commit | 69f6a27bf4c86e986964100e560d991a8de03833 (patch) | |
tree | 6957eefc1acb13a3a793058eaf886fe47403fafd /arch/arm/mach-at91/at91sam9x5.c | |
parent | c9b1e3ffbc322a1d1e1272062a9361abe536a33a (diff) |
Atmel: move console default platform_device to serial driver
This variable spread on every SoC that is using the atmel_serial.c
driver can be included directly into the latter.
This will allow to compile multiple soc in the same kernel.
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Cc: Hans-Christian Egtvedt <egtvedt@samfundet.no>
Cc: kernel@avr32linux.org
Diffstat (limited to 'arch/arm/mach-at91/at91sam9x5.c')
-rw-r--r-- | arch/arm/mach-at91/at91sam9x5.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-at91/at91sam9x5.c b/arch/arm/mach-at91/at91sam9x5.c index 67b37a0c69c4..90bb7ec90c8f 100644 --- a/arch/arm/mach-at91/at91sam9x5.c +++ b/arch/arm/mach-at91/at91sam9x5.c | |||
@@ -320,7 +320,6 @@ void __init at91sam9x5_initialize(void) | |||
320 | * -------------------------------------------------------------------- */ | 320 | * -------------------------------------------------------------------- */ |
321 | void __init at91_register_uart(unsigned id, unsigned portnr, unsigned pins) {} | 321 | void __init at91_register_uart(unsigned id, unsigned portnr, unsigned pins) {} |
322 | void __init at91_set_serial_console(unsigned portnr) {} | 322 | void __init at91_set_serial_console(unsigned portnr) {} |
323 | struct platform_device *atmel_default_console_device = NULL; | ||
324 | 323 | ||
325 | void __init at91_add_device_nand(struct atmel_nand_data *data) {} | 324 | void __init at91_add_device_nand(struct atmel_nand_data *data) {} |
326 | 325 | ||