Skip to content

Commit e295eb8

Browse files
andy-shevWim Van Sebroeck
authored andcommitted
watchdog: intel-mid_wdt: Don't use "proxy" headers
Update header inclusions to follow IWYU (Include What You Use) principle. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Reviewed-by: Guenter Roeck <linux@roeck-us.net> Link: https://lore.kernel.org/r/20240305165306.1366823-3-andriy.shevchenko@linux.intel.com Signed-off-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>
1 parent 3250647 commit e295eb8

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

drivers/watchdog/intel-mid_wdt.c

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,17 @@
99
* Contact: David Cohen <david.a.cohen@linux.intel.com>
1010
*/
1111

12+
#include <linux/bitops.h>
13+
#include <linux/device.h>
14+
#include <linux/errno.h>
1215
#include <linux/interrupt.h>
16+
#include <linux/math.h>
1317
#include <linux/module.h>
14-
#include <linux/nmi.h>
18+
#include <linux/panic.h>
1519
#include <linux/platform_device.h>
20+
#include <linux/types.h>
1621
#include <linux/watchdog.h>
22+
1723
#include <linux/platform_data/intel-mid_wdt.h>
1824

1925
#include <asm/intel_scu_ipc.h>

0 commit comments

Comments
 (0)