diff --git a/[refs] b/[refs] index fcad2d5fa910..54f674511f9f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 49b95e282608f2683ea5be46a581e819bce20f5f +refs/heads/master: 9f1e0f25e2d5ad2e8ed096e75be756de8b1d4f93 diff --git a/trunk/arch/arm/mach-h720x/common.h b/trunk/arch/arm/mach-h720x/common.h index d8798dbc44f8..7dd5fa604efc 100644 --- a/trunk/arch/arm/mach-h720x/common.h +++ b/trunk/arch/arm/mach-h720x/common.h @@ -14,13 +14,13 @@ */ 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); #ifdef CONFIG_ARCH_H7202 extern struct sys_timer h7202_timer; 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); #endif