diff options
author | John Crispin <john@openwrt.org> | 2007-10-11 23:16:52 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2007-10-11 23:16:52 +0000 |
commit | 7745eb277df6c599506502823285b75d6733097f (patch) | |
tree | 52e8121ba3cf65ea5062583471fe517b43c16ab9 /target/linux/atheros/files | |
parent | a320eec777ec87541b7c4982d482fd153c4a66e2 (diff) | |
download | upstream-7745eb277df6c599506502823285b75d6733097f.tar.gz upstream-7745eb277df6c599506502823285b75d6733097f.tar.bz2 upstream-7745eb277df6c599506502823285b75d6733097f.zip |
move atheros to 2.6.23
SVN-Revision: 9265
Diffstat (limited to 'target/linux/atheros/files')
-rw-r--r-- | target/linux/atheros/files/arch/mips/atheros/board.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/atheros/files/arch/mips/atheros/board.c b/target/linux/atheros/files/arch/mips/atheros/board.c index 1ea66c0c19..ebb4a5afef 100644 --- a/target/linux/atheros/files/arch/mips/atheros/board.c +++ b/target/linux/atheros/files/arch/mips/atheros/board.c @@ -29,6 +29,8 @@ char *board_config, *radio_config; +extern int early_serial_setup(struct uart_port *port); + static u8 *find_board_config(char *flash_limit) { char *addr; |