Skip to content

Commit 15a2638

Browse files
Anson-HuangWim Van Sebroeck
authored andcommitted
watchdog: imx_sc_wdt: Remove unused includes
There is nothing in use from init.h/reboot.h, remove them. Signed-off-by: Anson Huang <[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 cc9cc79 commit 15a2638

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/watchdog/imx_sc_wdt.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,11 @@
66
#include <linux/arm-smccc.h>
77
#include <linux/firmware/imx/sci.h>
88
#include <linux/io.h>
9-
#include <linux/init.h>
109
#include <linux/kernel.h>
1110
#include <linux/module.h>
1211
#include <linux/moduleparam.h>
1312
#include <linux/of.h>
1413
#include <linux/platform_device.h>
15-
#include <linux/reboot.h>
1614
#include <linux/watchdog.h>
1715

1816
#define DEFAULT_TIMEOUT 60

0 commit comments

Comments
 (0)