projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4a65ad
)
ARM: S3C64XX: Staticise s3c6400_sysclass
author
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Fri, 2 Dec 2011 05:18:02 +0000
(14:18 +0900)
committer
Kukjin Kim
<kgene.kim@samsung.com>
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 <broonie@opensource.wolfsonmicro.com>
Cc: stable@kernel.org
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/mach-s3c64xx/s3c6400.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-s3c64xx/s3c6400.c
b/arch/arm/mach-s3c64xx/s3c6400.c
index 7a3bc32df425a3426016ec5448e884ad0e0443ea..51c00f2453c6c62ef9537143c0f31ad8ea416424 100644
(file)
--- 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 = {
+st
atic st
ruct sysdev_class s3c6400_sysclass = {
.name = "s3c6400-core",
};