diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2014-05-12 22:11:53 (GMT) |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2014-05-25 19:04:59 (GMT) |
commit | ced2d24584da35c5cd45faecf3c6db7abb7e16c9 (patch) | |
tree | d554fd5819fa6df10268dbd94b6252ce0615fe13 /arch/arm/mach-exynos | |
parent | fd5770658f3f2ad9c9c9d7afd11a77d9980429d6 (diff) | |
download | linux-ced2d24584da35c5cd45faecf3c6db7abb7e16c9.tar.xz |
ARM: EXYNOS: Remove exynos_subsys registration
'exynos_subsys' has no users. Remove this code.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Reviewed-by: Tomasz Figa <t.figa@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-exynos')
-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 b32a907..eb1a431 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) exynos_map_io(); } -struct bus_type exynos_subsys = { - .name = "exynos-core", - .dev_name = "exynos-core", -}; - -static int __init exynos_core_init(void) -{ - return subsys_system_register(&exynos_subsys, NULL); -} -core_initcall(exynos_core_init); - static int __init exynos4_l2x0_cache_init(void) { int ret; |