diff options
| author | Kelvin Cheung <keguang.zhang@gmail.com> | 2012-10-23 01:17:01 -0400 |
|---|---|---|
| committer | John Crispin <blogic@openwrt.org> | 2012-11-09 05:37:20 -0500 |
| commit | 446076459974ce00f02ce4954c2622fc70cb7597 (patch) | |
| tree | 4d1a9c694030f82fdb3e153b642ebe28ce70456f /arch/mips/include | |
| parent | 17ded0a89b3b0b6ac626d58d469ef899f21e2d42 (diff) | |
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 f584017eb8a..718a1228a4f 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; | |||
| 19 | extern struct platform_device ls1x_rtc_device; | 19 | extern struct platform_device ls1x_rtc_device; |
| 20 | 20 | ||
| 21 | extern void __init ls1x_clk_init(void); | 21 | extern void __init ls1x_clk_init(void); |
| 22 | void ls1x_serial_setup(void); | 22 | extern void __init ls1x_serial_setup(struct platform_device *pdev); |
| 23 | 23 | ||
| 24 | #endif /* __ASM_MACH_LOONGSON1_PLATFORM_H */ | 24 | #endif /* __ASM_MACH_LOONGSON1_PLATFORM_H */ |
