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>
This commit is contained in:
parent
fd5770658f
commit
ced2d24584
2 changed files with 0 additions and 12 deletions
|
@ -308,17 +308,6 @@ void __init exynos_init_io(void)
|
||||||
exynos_map_io();
|
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)
|
static int __init exynos4_l2x0_cache_init(void)
|
||||||
{
|
{
|
||||||
int ret;
|
int ret;
|
||||||
|
|
|
@ -239,7 +239,6 @@ extern struct bus_type s3c2443_subsys;
|
||||||
extern struct bus_type s3c6410_subsys;
|
extern struct bus_type s3c6410_subsys;
|
||||||
extern struct bus_type s5p64x0_subsys;
|
extern struct bus_type s5p64x0_subsys;
|
||||||
extern struct bus_type s5pv210_subsys;
|
extern struct bus_type s5pv210_subsys;
|
||||||
extern struct bus_type exynos_subsys;
|
|
||||||
|
|
||||||
extern void (*s5pc1xx_idle)(void);
|
extern void (*s5pc1xx_idle)(void);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue