projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a7748c
)
clk: xgene: Remove unused setup.h include
author
Stephen Boyd
<sboyd@codeaurora.org>
Fri, 16 Oct 2015 19:05:07 +0000
(12:05 -0700)
committer
Stephen 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
patch
|
blob
|
history
diff --git
a/drivers/clk/clk-xgene.c
b/drivers/clk/clk-xgene.c
index
96a6190
..
27c0da2
100644
(file)
--- 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))