diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2007-08-02 12:08:32 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-08-27 02:16:51 +0100 |
commit | 477f949e0ad7f1d3503a87b9f158d70c29abc918 (patch) | |
tree | f98f59928250cb2fd8367adbc8730080ac199e4e /arch/mips/sibyte/sb1250 | |
parent | 7acae224a423a492454d6550ce65c9af556d02c7 (diff) | |
download | kernel_samsung_espresso10-477f949e0ad7f1d3503a87b9f158d70c29abc918.zip kernel_samsung_espresso10-477f949e0ad7f1d3503a87b9f158d70c29abc918.tar.gz kernel_samsung_espresso10-477f949e0ad7f1d3503a87b9f158d70c29abc918.tar.bz2 |
[MIPS] Sibyte: CONFIG_SIBYTE_SB1250_DUART -> CONFIG_SERIAL_SB1250_DUART
This is needed since the Sibyte serial driver was exchanged.
Issue report by Imre Kaloz <kaloz@openwrt.org>.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/sibyte/sb1250')
-rw-r--r-- | arch/mips/sibyte/sb1250/irq.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/sibyte/sb1250/irq.c b/arch/mips/sibyte/sb1250/irq.c index 0e6a13c..ad593a6 100644 --- a/arch/mips/sibyte/sb1250/irq.c +++ b/arch/mips/sibyte/sb1250/irq.c @@ -61,7 +61,7 @@ static int kgdb_irq; /* Default to UART1 */ int kgdb_port = 1; -#ifdef CONFIG_SIBYTE_SB1250_DUART +#ifdef CONFIG_SERIAL_SB1250_DUART extern char sb1250_duart_present[]; #endif #endif @@ -359,7 +359,7 @@ void __init arch_init_irq(void) if (kgdb_flag) { kgdb_irq = K_INT_UART_0 + kgdb_port; -#ifdef CONFIG_SIBYTE_SB1250_DUART +#ifdef CONFIG_SERIAL_SB1250_DUART sb1250_duart_present[kgdb_port] = 0; #endif /* Setup uart 1 settings, mapper */ |