diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2015-10-16 21:05:07 +0200 |
---|---|---|
committer | Stephen Boyd <sboyd@codeaurora.org> | 2015-10-16 21:06:58 +0200 |
commit | b1a0eeb4f6bbfb63c356578eaf76003faa58f56b (patch) | |
tree | 9c6386095d176886fa48e64e0ca02706c810b9d7 /drivers/clk/clk-xgene.c | |
parent | clk: Allow drivers to build if COMPILE_TEST is enabled (diff) | |
download | linux-b1a0eeb4f6bbfb63c356578eaf76003faa58f56b.tar.xz linux-b1a0eeb4f6bbfb63c356578eaf76003faa58f56b.zip |
clk: xgene: Remove unused setup.h include
This include doesn't look to be used, and compiling this file on
arm64 still works, so remove it.
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'drivers/clk/clk-xgene.c')
-rw-r--r-- | drivers/clk/clk-xgene.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/clk/clk-xgene.c b/drivers/clk/clk-xgene.c index 96a6190acac2..27c0da29eca3 100644 --- a/drivers/clk/clk-xgene.c +++ b/drivers/clk/clk-xgene.c @@ -27,7 +27,6 @@ #include <linux/clkdev.h> #include <linux/clk-provider.h> #include <linux/of_address.h> -#include <asm/setup.h> /* Register SCU_PCPPLL bit fields */ #define N_DIV_RD(src) (((src) & 0x000001ff)) |