Skip to content

Commit 3ccd3ec

Browse files
Huang WeiyiWim Van Sebroeck
authored andcommitted
[WATCHDOG] removed unused #include <version.h>
The drivers below do not use LINUX_VERSION_CODE nor KERNEL_VERSION. drivers/watchdog/pc87413_wdt.c This patch removes the said #include <version.h>. Signed-off-by: Huang Weiyi <[email protected]> Signed-off-by: Wim Van Sebroeck <[email protected]>
1 parent 95f62bd commit 3ccd3ec

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/watchdog/pc87413_wdt.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
#include <linux/init.h>
3131
#include <linux/spinlock.h>
3232
#include <linux/moduleparam.h>
33-
#include <linux/version.h>
3433
#include <linux/io.h>
3534
#include <linux/uaccess.h>
3635

0 commit comments

Comments
 (0)