projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e852340
)
pwm: twl: Include linux/of.h header
author
Sachin Kamat
<sachin.kamat@linaro.org>
Fri, 27 Sep 2013 11:23:26 +0000
(16:53 +0530)
committer
Thierry Reding
<thierry.reding@gmail.com>
Tue, 8 Oct 2013 13:45:44 +0000
(15:45 +0200)
'of_match_ptr' is defined in linux/of.h. Include it explicitly.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
drivers/pwm/pwm-twl.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/pwm/pwm-twl.c
b/drivers/pwm/pwm-twl.c
index eef910580eaef3c355bb0384759b16155924e9d8..b99a50e626a64f82ca98783cc373bd2bc4c82e01 100644
(file)
--- a/
drivers/pwm/pwm-twl.c
+++ b/
drivers/pwm/pwm-twl.c
@@
-18,6
+18,7
@@
*/
#include <linux/module.h>
+#include <linux/of.h>
#include <linux/platform_device.h>
#include <linux/pwm.h>
#include <linux/i2c/twl.h>