diff options
author | Kelvin Cheung <keguang.zhang@gmail.com> | 2012-10-23 05:17:01 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2012-11-09 11:37:20 +0100 |
commit | 446076459974ce00f02ce4954c2622fc70cb7597 (patch) | |
tree | 4d1a9c694030f82fdb3e153b642ebe28ce70456f /arch/mips/include | |
parent | 17ded0a89b3b0b6ac626d58d469ef899f21e2d42 (diff) | |
download | kernel_goldelico_gta04-446076459974ce00f02ce4954c2622fc70cb7597.zip kernel_goldelico_gta04-446076459974ce00f02ce4954c2622fc70cb7597.tar.gz kernel_goldelico_gta04-446076459974ce00f02ce4954c2622fc70cb7597.tar.bz2 |
MIPS: Loongson1B: improve ls1x_serial_setup()
Improve ls1x_serial_setup().
Signed-off-by: Kelvin Cheung <keguang.zhang@gmail.com>
Patchwork: http://patchwork.linux-mips.org/patch/4432
Signed-off-by: John Crispin <blogic@openwrt.org>
Diffstat (limited to 'arch/mips/include')
-rw-r--r-- | arch/mips/include/asm/mach-loongson1/platform.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/include/asm/mach-loongson1/platform.h b/arch/mips/include/asm/mach-loongson1/platform.h index f584017..718a122 100644 --- a/arch/mips/include/asm/mach-loongson1/platform.h +++ b/arch/mips/include/asm/mach-loongson1/platform.h @@ -19,6 +19,6 @@ extern struct platform_device ls1x_ehci_device; extern struct platform_device ls1x_rtc_device; extern void __init ls1x_clk_init(void); -void ls1x_serial_setup(void); +extern void __init ls1x_serial_setup(struct platform_device *pdev); #endif /* __ASM_MACH_LOONGSON1_PLATFORM_H */ |