projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
893418e
)
clk: mux: Remove clk.h include
author
Stephen Boyd
<sboyd@codeaurora.org>
Fri, 19 Jun 2015 22:00:46 +0000
(15:00 -0700)
committer
Stephen Boyd
<sboyd@codeaurora.org>
Mon, 20 Jul 2015 17:52:56 +0000
(10:52 -0700)
Clock provider drivers generally shouldn't include clk.h because
it's the consumer API. Remove the include here because this is a
provider driver.
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/clk-mux.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/clk/clk-mux.c
b/drivers/clk/clk-mux.c
index 6066a01b20ea8d0e304dca2ff27bc34da9e0bf1c..c705cf573569d2b31ac34f34f04cc94b6a1946d4 100644
(file)
--- a/
drivers/clk/clk-mux.c
+++ b/
drivers/clk/clk-mux.c
@@
-10,7
+10,6
@@
* Simple multiplexer clock implementation
*/
-#include <linux/clk.h>
#include <linux/clk-provider.h>
#include <linux/module.h>
#include <linux/slab.h>