Linux Watchdog driver development
 help / color / mirror / Atom feed
* [PATCH v3 0/2] watchdog: Don't use "proxy" inclusions
@ 2025-07-08 13:33 Andy Shevchenko
  2025-07-08 13:33 ` [PATCH v3 1/2] watchdog: it87_wdt: Don't use "proxy" headers Andy Shevchenko
  2025-07-08 13:33 ` [PATCH v3 2/2] watchdog: " Andy Shevchenko
  0 siblings, 2 replies; 5+ messages in thread
From: Andy Shevchenko @ 2025-07-08 13:33 UTC (permalink / raw)
  To: Guenter Roeck, James Hilliard, Wolfram Sang, Andy Shevchenko,
	linux-watchdog, linux-kernel
  Cc: Wim Van Sebroeck

Update header inclusions to follow IWYU (Include What You Use)
principle.

Note that kernel.h is discouraged to be included as it's written
at the top of that file.

Changelog v3:
- added prerequisite to avoid compilation errors (LKP, Guenter)

Andy Shevchenko (2):
  watchdog: it87_wdt: Don't use "proxy" headers
  watchdog: Don't use "proxy" headers

 drivers/watchdog/it87_wdt.c            |  4 +++-
 drivers/watchdog/watchdog_core.h       |  8 +++++++-
 drivers/watchdog/watchdog_pretimeout.c |  2 ++
 include/linux/watchdog.h               | 12 ++++++++----
 4 files changed, 20 insertions(+), 6 deletions(-)

-- 
2.47.2


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

end of thread, other threads:[~2025-07-17  0:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-08 13:33 [PATCH v3 0/2] watchdog: Don't use "proxy" inclusions Andy Shevchenko
2025-07-08 13:33 ` [PATCH v3 1/2] watchdog: it87_wdt: Don't use "proxy" headers Andy Shevchenko
2025-07-17  0:24   ` Guenter Roeck
2025-07-08 13:33 ` [PATCH v3 2/2] watchdog: " Andy Shevchenko
2025-07-17  0:25   ` Guenter Roeck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox