aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s5p64x0
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-s5p64x0')
-rw-r--r--arch/arm/mach-s5p64x0/cpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s5p64x0/cpu.c b/arch/arm/mach-s5p64x0/cpu.c
index 8b029901d919..74387a1bc76a 100644
--- a/arch/arm/mach-s5p64x0/cpu.c
+++ b/arch/arm/mach-s5p64x0/cpu.c
@@ -195,7 +195,7 @@ struct bus_type s5p64x0_subsys = {
195 .dev_name = "s5p64x0-core", 195 .dev_name = "s5p64x0-core",
196}; 196};
197 197
198static struct device s5p64x0_subsys = { 198static struct device s5p64x0_dev = {
199 .bus = &s5p64x0_subsys, 199 .bus = &s5p64x0_subsys,
200}; 200};
201 201