ARM: S3C64XX: Staticise s3c6400_sysclass
authorMark Brown <[email protected]>
Fri, 2 Dec 2011 05:18:02 +0000 (14:18 +0900)
committerKukjin Kim <[email protected]>
Fri, 2 Dec 2011 05:18:02 +0000 (14:18 +0900)
The symbol is not exported and doesn't need to be.

Signed-off-by: Mark Brown <[email protected]>
Cc: [email protected]
Signed-off-by: Kukjin Kim <[email protected]>
arch/arm/mach-s3c64xx/s3c6400.c

index 7a3bc32df425a3426016ec5448e884ad0e0443ea..51c00f2453c6c62ef9537143c0f31ad8ea416424 100644 (file)
@@ -70,7 +70,7 @@ void __init s3c6400_init_irq(void)
        s3c64xx_init_irq(~0 & ~(0xf << 5), ~0);
 }
 
-struct sysdev_class s3c6400_sysclass = {
+static struct sysdev_class s3c6400_sysclass = {
        .name   = "s3c6400-core",
 };