clk: xgene: Remove unused setup.h include
authorStephen Boyd <sboyd@codeaurora.org>
Fri, 16 Oct 2015 19:05:07 +0000 (12:05 -0700)
committerStephen Boyd <sboyd@codeaurora.org>
Fri, 16 Oct 2015 19:06:58 +0000 (12:06 -0700)
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>
drivers/clk/clk-xgene.c

index 96a6190acac230844d7c3588754d4280dc6d8f0e..27c0da29eca3dc6c67496ac45de696911f732955 100644 (file)
@@ -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))
This page took 0.027883 seconds and 5 git commands to generate.