summaryrefslogtreecommitdiffstats
path: root/arch/mips/lemote/lm2e/init.c
diff options
context:
space:
mode:
authorWu Zhangjin2009-07-02 17:23:03 +0200
committerRalf Baechle2009-09-17 20:07:46 +0200
commit5e983ff654ca3df3007b5b558b5271bb4622afa4 (patch)
treef15edfeb1df8e0b1874adec3e09a4fc1c58d59f2 /arch/mips/lemote/lm2e/init.c
parentMIPS: Loongson: Split the implementation of prom and setup parts (diff)
downloadkernel-qcow2-linux-5e983ff654ca3df3007b5b558b5271bb4622afa4.tar.gz
kernel-qcow2-linux-5e983ff654ca3df3007b5b558b5271bb4622afa4.tar.xz
kernel-qcow2-linux-5e983ff654ca3df3007b5b558b5271bb4622afa4.zip
MIPS: Loongson: clean up the coding style
With the help of script/checkpatch.pl, i have cleaned up the coding style. 1. remove un-needed header files and tune some comments. 2. remove some un-needed { } add a new header file loongson.h: 3. move some common header files to loongson.h 4. move some common extern declartions to loongson.h and this new header file is needed for future loongson2f support. Signed-off-by: Wu Zhangjin <wuzj@lemote.com> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/lemote/lm2e/init.c')
-rw-r--r--arch/mips/lemote/lm2e/init.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/arch/mips/lemote/lm2e/init.c b/arch/mips/lemote/lm2e/init.c
index 6fe624d697ed..3abe927422a3 100644
--- a/arch/mips/lemote/lm2e/init.c
+++ b/arch/mips/lemote/lm2e/init.c
@@ -8,15 +8,11 @@
* option) any later version.
*/
-#include <linux/init.h>
#include <linux/bootmem.h>
#include <asm/bootinfo.h>
-#include <asm/mips-boards/bonito64.h>
-extern void __init prom_init_cmdline(void);
-extern void __init prom_init_env(void);
-extern void __init prom_init_memory(void);
+#include <loongson.h>
void __init prom_init(void)
{