summaryrefslogtreecommitdiff
path: root/src/soc/samsung
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/samsung')
-rw-r--r--src/soc/samsung/exynos5250/cpu.c1
-rw-r--r--src/soc/samsung/exynos5420/cpu.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/soc/samsung/exynos5250/cpu.c b/src/soc/samsung/exynos5250/cpu.c
index 4523964775..989af5962c 100644
--- a/src/soc/samsung/exynos5250/cpu.c
+++ b/src/soc/samsung/exynos5250/cpu.c
@@ -127,7 +127,6 @@ static struct device_operations cpu_ops = {
.set_resources = DEVICE_NOOP,
.enable_resources = cpu_enable,
.init = cpu_init,
- .scan_bus = 0,
};
static void enable_exynos5250_dev(struct device *dev)
diff --git a/src/soc/samsung/exynos5420/cpu.c b/src/soc/samsung/exynos5420/cpu.c
index bcc6878de7..cc6b0480a9 100644
--- a/src/soc/samsung/exynos5420/cpu.c
+++ b/src/soc/samsung/exynos5420/cpu.c
@@ -157,7 +157,6 @@ static struct device_operations cpu_ops = {
.set_resources = DEVICE_NOOP,
.enable_resources = cpu_enable,
.init = cpu_init,
- .scan_bus = 0,
};
static void enable_exynos5420_dev(struct device *dev)