projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95ba740
)
Input: pwm-beeper - include linux/of.h header
author
Sachin Kamat
<sachin.kamat@linaro.org>
Sun, 6 Oct 2013 07:56:09 +0000
(
00:56
-0700)
committer
Dmitry Torokhov
<dmitry.torokhov@gmail.com>
Sun, 6 Oct 2013 08:22:28 +0000
(
01:22
-0700)
'of_match_ptr' is defined in linux/of.h. Include it explicitly.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/misc/pwm-beeper.c
patch
|
blob
|
history
diff --git
a/drivers/input/misc/pwm-beeper.c
b/drivers/input/misc/pwm-beeper.c
index
2ff4d1c
..
940566e
100644
(file)
--- a/
drivers/input/misc/pwm-beeper.c
+++ b/
drivers/input/misc/pwm-beeper.c
@@
-16,6
+16,7
@@
#include <linux/input.h>
#include <linux/module.h>
#include <linux/kernel.h>
+#include <linux/of.h>
#include <linux/platform_device.h>
#include <linux/pwm.h>
#include <linux/slab.h>