diff options
Diffstat (limited to 'arch/arm/mach-exynos/exynos.c')
-rw-r--r-- | arch/arm/mach-exynos/exynos.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/arm/mach-exynos/exynos.c b/arch/arm/mach-exynos/exynos.c index b32a907d021d..eb1a431a894a 100644 --- a/arch/arm/mach-exynos/exynos.c +++ b/arch/arm/mach-exynos/exynos.c | |||
@@ -308,17 +308,6 @@ void __init exynos_init_io(void) | |||
308 | exynos_map_io(); | 308 | exynos_map_io(); |
309 | } | 309 | } |
310 | 310 | ||
311 | struct bus_type exynos_subsys = { | ||
312 | .name = "exynos-core", | ||
313 | .dev_name = "exynos-core", | ||
314 | }; | ||
315 | |||
316 | static int __init exynos_core_init(void) | ||
317 | { | ||
318 | return subsys_system_register(&exynos_subsys, NULL); | ||
319 | } | ||
320 | core_initcall(exynos_core_init); | ||
321 | |||
322 | static int __init exynos4_l2x0_cache_init(void) | 311 | static int __init exynos4_l2x0_cache_init(void) |
323 | { | 312 | { |
324 | int ret; | 313 | int ret; |