ARM: S3C24XX: make s3c24xx_init_intc static
From: Heiko Stuebner <heiko@...> Date: Tue, 26 Feb 2013 21:52:09 +0100
Commit-Message
It's not used anywhere else. Signed-off-by: Heiko Stuebner <heiko@...>
Patch-Comment
arch/arm/mach-s3c24xx/irq.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
Statistics
- 1 lines added
- 1 lines removed
Changes
------------------------- arch/arm/mach-s3c24xx/irq.c --------------------------
index ee47654..8bc2931 100644
@@ -428,7 +428,7 @@ static void s3c24xx_clear_intc(struct s3c_irq_intc *intc)
}
}
+static struct s3c_irq_intc *s3c24xx_init_intc(struct device_node *np,
struct s3c_irq_data *irq_data,
struct s3c_irq_intc *parent,
unsigned long address)