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:
a87b686
)
clk: efm32gg: 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:54 +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.
Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/clk-efm32gg.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/clk/clk-efm32gg.c
b/drivers/clk/clk-efm32gg.c
index 73a8d0ff530c022b3ccdbe0fc96fe3f4a1fc2f67..bac4553f04b854d96f3269a5b624a3723e2e9259 100644
(file)
--- a/
drivers/clk/clk-efm32gg.c
+++ b/
drivers/clk/clk-efm32gg.c
@@
-6,7
+6,6
@@
* the terms of the GNU General Public License version 2 as published by the
* Free Software Foundation.
*/
-#include <linux/clk.h>
#include <linux/io.h>
#include <linux/clk-provider.h>
#include <linux/of.h>