Commit 9f1e0f25 authored by Andrea Gelmini's avatar Andrea Gelmini Committed by Russell King

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: default avatarAndrea Gelmini <andrea.gelmini@gelma.net>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 49b95e28
...@@ -14,13 +14,13 @@ ...@@ -14,13 +14,13 @@
*/ */
extern unsigned long h720x_gettimeoffset(void); extern unsigned long h720x_gettimeoffset(void);
extern void __init h720x_init_irq (void); extern void __init h720x_init_irq(void);
extern void __init h720x_map_io(void); extern void __init h720x_map_io(void);
#ifdef CONFIG_ARCH_H7202 #ifdef CONFIG_ARCH_H7202
extern struct sys_timer h7202_timer; extern struct sys_timer h7202_timer;
extern void __init init_hw_h7202(void); extern void __init init_hw_h7202(void);
extern void __init h7202_init_irq (void); extern void __init h7202_init_irq(void);
extern void __init h7202_init_time(void); extern void __init h7202_init_time(void);
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment