ARM: S3C64XX: Make s3c64xx_init_uarts() static
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Fri, 27 Jan 2012 05:41:20 +0000 (14:41 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Fri, 27 Jan 2012 05:41:20 +0000 (14:41 +0900)
Now that it's in common.c it's not used in multiple source files.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/mach-s3c64xx/common.c

index 4a7394d..bee7dcd 100644 (file)
@@ -49,7 +49,7 @@
 
 /* uart registration process */
 
-void __init s3c64xx_init_uarts(struct s3c2410_uartcfg *cfg, int no)
+static void __init s3c64xx_init_uarts(struct s3c2410_uartcfg *cfg, int no)
 {
        s3c24xx_init_uartdevs("s3c6400-uart", s3c64xx_uart_resources, cfg, no);
 }