diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2015-04-25 12:43:45 +0200 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2015-06-03 08:44:32 +0200 |
commit | 0c831317e77b55612ffa1b402b262983bc7001d2 (patch) | |
tree | c6bbb91816665490ee00c63eb7f5955787bb824c /arch/arm/mach-imx/clk-imx6sl.c | |
parent | ARM: imx: add clk-pllv1 type support (diff) | |
download | linux-0c831317e77b55612ffa1b402b262983bc7001d2.tar.xz linux-0c831317e77b55612ffa1b402b262983bc7001d2.zip |
ARM: imx: remove inclusions of platform headers
With the cleanup done before, we now can simply define base address and
irq as needed in clock driver, to get those platform header inclusions
removed.
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/mach-imx/clk-imx6sl.c')
-rw-r--r-- | arch/arm/mach-imx/clk-imx6sl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/clk-imx6sl.c b/arch/arm/mach-imx/clk-imx6sl.c index 3aef26464110..a0d4cf26cfa9 100644 --- a/arch/arm/mach-imx/clk-imx6sl.c +++ b/arch/arm/mach-imx/clk-imx6sl.c @@ -16,7 +16,6 @@ #include <dt-bindings/clock/imx6sl-clock.h> #include "clk.h" -#include "common.h" #define CCSR 0xc #define BM_CCSR_PLL1_SW_CLK_SEL (1 << 2) |