summaryrefslogtreecommitdiff
path: root/drivers/clk/samsung/clk-exynos5440.c
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2013-04-10 09:31:44 (GMT)
committerArnd Bergmann <arnd@arndb.de>2013-04-19 21:00:38 (GMT)
commit25e56eba0ae783fc5b66d50c68826f276e8bd8c6 (patch)
tree0162391460341b29d50e47f74366d391222d89f6 /drivers/clk/samsung/clk-exynos5440.c
parentf4636d0ad7eee4741ef5146080e9ce57b9e2de0b (diff)
downloadlinux-fsl-qoriq-25e56eba0ae783fc5b66d50c68826f276e8bd8c6.tar.xz
clk: exynos: prepare for multiplatform
The new common clock drivers for exynos are using compile time constants and soc_is_exynos* macros to provide backwards compatibility for pre-DT systems, which is not possible with multiplatform kernels. This moves all the necessary information back into platform code and removes the mach/* header inclusions. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Cc: Mike Turquette <mturquette@linaro.org>
Diffstat (limited to 'drivers/clk/samsung/clk-exynos5440.c')
-rw-r--r--drivers/clk/samsung/clk-exynos5440.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/clk/samsung/clk-exynos5440.c b/drivers/clk/samsung/clk-exynos5440.c
index a0a094c..7d54341 100644
--- a/drivers/clk/samsung/clk-exynos5440.c
+++ b/drivers/clk/samsung/clk-exynos5440.c
@@ -15,7 +15,6 @@
#include <linux/of.h>
#include <linux/of_address.h>
-#include <plat/cpu.h>
#include "clk.h"
#include "clk-pll.h"