diff options
author | Wu Zhangjin <wuzj@lemote.com> | 2009-07-02 23:23:03 +0800 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2009-09-17 20:07:46 +0200 |
commit | 5e983ff654ca3df3007b5b558b5271bb4622afa4 (patch) | |
tree | f15edfeb1df8e0b1874adec3e09a4fc1c58d59f2 /arch/mips/lemote/lm2e/time.c | |
parent | bd92aa013e8fcd17328ec8e060477761cf3380d9 (diff) |
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/time.c')
-rw-r--r-- | arch/mips/lemote/lm2e/time.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/mips/lemote/lm2e/time.c b/arch/mips/lemote/lm2e/time.c index b9d3f11b620..b13d1717465 100644 --- a/arch/mips/lemote/lm2e/time.c +++ b/arch/mips/lemote/lm2e/time.c @@ -10,13 +10,10 @@ * Free Software Foundation; either version 2 of the License, or (at your * option) any later version. */ - -#include <linux/init.h> - #include <asm/mc146818-time.h> #include <asm/time.h> -extern unsigned long cpu_clock_freq; +#include <loongson.h> void __init plat_time_init(void) { |