linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] TWL6040: fix build error
@ 2012-05-10 18:44 Sasha Levin
  2012-05-10 22:49 ` Paul Gortmaker
                   ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: Sasha Levin @ 2012-05-10 18:44 UTC (permalink / raw)
  To: dmitry.torokhov, peter.ujfalusi, broonie
  Cc: linux-input, linux-kernel, Sasha Levin

Fixes build error due to missing of_property_read_u32.

Signed-off-by: Sasha Levin <levinsasha928@gmail.com>
---
 drivers/input/misc/twl6040-vibra.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/input/misc/twl6040-vibra.c b/drivers/input/misc/twl6040-vibra.c
index bb134ce..97447ee 100644
--- a/drivers/input/misc/twl6040-vibra.c
+++ b/drivers/input/misc/twl6040-vibra.c
@@ -27,6 +27,7 @@
  */
 #include <linux/module.h>
 #include <linux/platform_device.h>
+#include <linux/of.h>
 #include <linux/of_device.h>
 #include <linux/workqueue.h>
 #include <linux/input.h>
-- 
1.7.8.5


^ permalink raw reply related	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2012-05-13 10:53 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-10 18:44 [PATCH] TWL6040: fix build error Sasha Levin
2012-05-10 22:49 ` Paul Gortmaker
2012-05-11  2:50   ` Sasha Levin
2012-05-11  2:58     ` Paul Gortmaker
2012-05-11  4:27   ` Grant Likely
2012-05-11 12:16     ` Peter Ujfalusi
2012-05-11  7:03   ` Peter Ujfalusi
2012-05-11  7:20     ` Dmitry Torokhov
2012-05-11 14:03       ` Paul Gortmaker
2012-05-11 15:05         ` Peter Ujfalusi
2012-05-11 15:49         ` Dmitry Torokhov
2012-05-11 16:10           ` Paul Gortmaker
2012-05-13 10:53   ` Mark Brown
2012-05-11  4:03 ` Dmitry Torokhov
2012-05-11  6:58 ` Peter Ujfalusi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).