projects
/
GitHub
/
LineageOS
/
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:
f75073f
)
clk: gpio-gate: Include export.h instead of module.h
author
Sergej Sawazki
<ce3a@gmx.de>
Sun, 28 Jun 2015 14:24:53 +0000
(16:24 +0200)
committer
Stephen Boyd
<sboyd@codeaurora.org>
Mon, 6 Jul 2015 22:55:06 +0000
(15:55 -0700)
Include export.h for EXPORT_SYMBOL_GPL, no need to include module.h.
Cc: Jyri Sarha <jsarha@ti.com>
Signed-off-by: Sergej Sawazki <ce3a@gmx.de>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/clk-gpio-gate.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/clk/clk-gpio-gate.c
b/drivers/clk/clk-gpio-gate.c
index f564e624fb935f3b2e4b77a768b6fae4b7d19563..a377f8848f0af56f3bbfb1e9bbf1500170c70805 100644
(file)
--- a/
drivers/clk/clk-gpio-gate.c
+++ b/
drivers/clk/clk-gpio-gate.c
@@
-10,7
+10,7
@@
*/
#include <linux/clk-provider.h>
-#include <linux/
module
.h>
+#include <linux/
export
.h>
#include <linux/slab.h>
#include <linux/gpio.h>
#include <linux/gpio/consumer.h>