ARM: S3C24XX: make s3c24xx_init_intc static
authorHeiko Stuebner <heiko@sntech.de>
Thu, 7 Mar 2013 03:38:22 +0000 (12:38 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Thu, 7 Mar 2013 03:38:22 +0000 (12:38 +0900)
It's not used anywhere else.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/mach-s3c24xx/irq.c

index ee4765403ab09a563755e8b8ce69d9842baf847b..8bc29313c341d6e5d0ecb0ad912bd0557dbf8f0a 100644 (file)
@@ -428,7 +428,7 @@ static void s3c24xx_clear_intc(struct s3c_irq_intc *intc)
        }
 }
 
-struct s3c_irq_intc *s3c24xx_init_intc(struct device_node *np,
+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)
This page took 0.033918 seconds and 5 git commands to generate.