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 <[email protected]> Reviewed-by: Guenter Roeck <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Guenter Roeck <[email protected]> Signed-off-by: Wim Van Sebroeck <[email protected]>
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 <[email protected]>
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)