diff options
author | Arnd Bergmann <arnd@arndb.de> | 2013-04-10 11:31:44 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2013-04-19 23:00:38 +0200 |
commit | 25e56eba0ae783fc5b66d50c68826f276e8bd8c6 (patch) | |
tree | 0162391460341b29d50e47f74366d391222d89f6 /drivers/clk/samsung/clk.h | |
parent | clocksource: exynos_mct: fix build error on non-DT (diff) | |
download | linux-25e56eba0ae783fc5b66d50c68826f276e8bd8c6.tar.xz linux-25e56eba0ae783fc5b66d50c68826f276e8bd8c6.zip |
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 '')
-rw-r--r-- | drivers/clk/samsung/clk.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/clk/samsung/clk.h b/drivers/clk/samsung/clk.h index 10b2111f0c0f..e4ad6ea9aa76 100644 --- a/drivers/clk/samsung/clk.h +++ b/drivers/clk/samsung/clk.h @@ -20,8 +20,6 @@ #include <linux/of.h> #include <linux/of_address.h> -#include <mach/map.h> - /** * struct samsung_clock_alias: information about mux clock * @id: platform specific id of the clock. |