From 24c651b0d37bfa44c9fea3f0453a32efce1f088d Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sun, 23 May 2010 21:55:45 +0200 Subject: [PATCH] --- yaml --- r: 198545 b: refs/heads/master c: 9f1e0f25e2d5ad2e8ed096e75be756de8b1d4f93 h: refs/heads/master i: 198543: 429f6e70ecf8bb553d2efb87e79f779efa5be2c4 v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-h720x/common.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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