diff options
author | Heiko Stuebner <heiko@sntech.de> | 2013-03-06 22:38:22 -0500 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2013-03-06 22:38:22 -0500 |
commit | 3d3eb5a476a55e9ef1aeaa6a3c2b00587ed32521 (patch) | |
tree | 5db2cd9742ae1fa891f2108a6dbe3826c61e5c40 /arch/arm/mach-s3c24xx | |
parent | f182aa1dfa6283a1193308c4917aef4a7a982b8c (diff) |
ARM: S3C24XX: make s3c24xx_init_intc static
It's not used anywhere else.
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s3c24xx')
-rw-r--r-- | arch/arm/mach-s3c24xx/irq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c24xx/irq.c b/arch/arm/mach-s3c24xx/irq.c index ee4765403ab0..8bc29313c341 100644 --- a/arch/arm/mach-s3c24xx/irq.c +++ b/arch/arm/mach-s3c24xx/irq.c | |||
@@ -428,7 +428,7 @@ static void s3c24xx_clear_intc(struct s3c_irq_intc *intc) | |||
428 | } | 428 | } |
429 | } | 429 | } |
430 | 430 | ||
431 | struct s3c_irq_intc *s3c24xx_init_intc(struct device_node *np, | 431 | static struct s3c_irq_intc *s3c24xx_init_intc(struct device_node *np, |
432 | struct s3c_irq_data *irq_data, | 432 | struct s3c_irq_data *irq_data, |
433 | struct s3c_irq_intc *parent, | 433 | struct s3c_irq_intc *parent, |
434 | unsigned long address) | 434 | unsigned long address) |