linux-watchdog.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/4] Input: twl4030-pwrbutton - add missing of.h include
@ 2022-09-27  5:22 Dmitry Torokhov
  2022-09-27  5:22 ` [PATCH 2/4] watchdog: twl4030_wdt: " Dmitry Torokhov
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Dmitry Torokhov @ 2022-09-27  5:22 UTC (permalink / raw)
  To: Jonathan Cameron, Lee Jones, Wim Van Sebroeck, Guenter Roeck
  Cc: Lars-Peter Clausen, Tony Lindgren, Andy Shevchenko, linux-iio,
	linux-watchdog, linux-input, linux-kernel

The driver is using of_match_ptr() and therefore needs to include
of.h header.

Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
---
 drivers/input/misc/twl4030-pwrbutton.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/input/misc/twl4030-pwrbutton.c b/drivers/input/misc/twl4030-pwrbutton.c
index b307cca17022..e3ee0638ffba 100644
--- a/drivers/input/misc/twl4030-pwrbutton.c
+++ b/drivers/input/misc/twl4030-pwrbutton.c
@@ -26,6 +26,7 @@
 #include <linux/errno.h>
 #include <linux/input.h>
 #include <linux/interrupt.h>
+#include <linux/of.h>
 #include <linux/platform_device.h>
 #include <linux/mfd/twl.h>
 
-- 
2.38.0.rc1.362.ged0d419d3c-goog


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

end of thread, other threads:[~2022-09-28  6:50 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-27  5:22 [PATCH 1/4] Input: twl4030-pwrbutton - add missing of.h include Dmitry Torokhov
2022-09-27  5:22 ` [PATCH 2/4] watchdog: twl4030_wdt: " Dmitry Torokhov
2022-09-27 10:55   ` Guenter Roeck
2022-09-27 12:23   ` Andy Shevchenko
2022-09-27  5:22 ` [PATCH 3/4] mfd: twl4030-irq: add missing device.h include Dmitry Torokhov
2022-09-27 12:25   ` Andy Shevchenko
2022-09-27  5:22 ` [PATCH 4/4] iio: adc: twl4030-madc: add missing of.h include Dmitry Torokhov
2022-09-27 12:24   ` Andy Shevchenko
2022-09-27 15:36     ` Dmitry Torokhov
2022-09-27 15:54       ` Andy Shevchenko
2022-09-27 12:24 ` [PATCH 1/4] Input: twl4030-pwrbutton - " Andy Shevchenko
2022-09-28  6:48 ` Mattijs Korpershoek

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).