diff options
author | Arnd Bergmann <arnd@arndb.de> | 2011-12-07 14:27:55 +0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2011-12-07 14:27:55 +0400 |
commit | e3a36c415adcea823458ff0a1c77757d99b83cfa (patch) | |
tree | 6343ab06a25ca0cd1f3f4b58fa9010b4d827bd3c /arch/arm/mach-s3c64xx/s3c6400.c | |
parent | 24e71ef6d97eed957bdcc2f161d21120c4207124 (diff) | |
parent | 62f057873e53882fa657c3573dab029d8dfcfef7 (diff) | |
download | linux-e3a36c415adcea823458ff0a1c77757d99b83cfa.tar.xz |
Merge branch 'samsung-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into fixes
Diffstat (limited to 'arch/arm/mach-s3c64xx/s3c6400.c')
-rw-r--r-- | arch/arm/mach-s3c64xx/s3c6400.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c64xx/s3c6400.c b/arch/arm/mach-s3c64xx/s3c6400.c index 7a3bc32df425..51c00f2453c6 100644 --- a/arch/arm/mach-s3c64xx/s3c6400.c +++ b/arch/arm/mach-s3c64xx/s3c6400.c @@ -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", }; |