diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2010-05-23 15:55:45 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-05-24 15:40:10 -0400 |
commit | 9f1e0f25e2d5ad2e8ed096e75be756de8b1d4f93 (patch) | |
tree | 90f07385e438daaadd52036e69b49c3fbc421938 /arch | |
parent | 49b95e282608f2683ea5be46a581e819bce20f5f (diff) |
ARM: arch/arm/mach-h720x/common.h: Checkpatch cleanup
arch/arm/mach-h720x/common.h:17: WARNING: space prohibited between function name and open parenthesis '('
arch/arm/mach-h720x/common.h:23: WARNING: space prohibited between function name and open parenthesis '('
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-h720x/common.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-h720x/common.h b/arch/arm/mach-h720x/common.h index d8798dbc44f8..7dd5fa604efc 100644 --- a/arch/arm/mach-h720x/common.h +++ b/arch/arm/mach-h720x/common.h | |||
@@ -14,13 +14,13 @@ | |||
14 | */ | 14 | */ |
15 | 15 | ||
16 | extern unsigned long h720x_gettimeoffset(void); | 16 | extern unsigned long h720x_gettimeoffset(void); |
17 | extern void __init h720x_init_irq (void); | 17 | extern void __init h720x_init_irq(void); |
18 | extern void __init h720x_map_io(void); | 18 | extern void __init h720x_map_io(void); |
19 | 19 | ||
20 | #ifdef CONFIG_ARCH_H7202 | 20 | #ifdef CONFIG_ARCH_H7202 |
21 | extern struct sys_timer h7202_timer; | 21 | extern struct sys_timer h7202_timer; |
22 | extern void __init init_hw_h7202(void); | 22 | extern void __init init_hw_h7202(void); |
23 | extern void __init h7202_init_irq (void); | 23 | extern void __init h7202_init_irq(void); |
24 | extern void __init h7202_init_time(void); | 24 | extern void __init h7202_init_time(void); |
25 | #endif | 25 | #endif |
26 | 26 | ||