Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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 <weiyi.huang@gmail.com>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>

authored by

Huang Weiyi and committed by
Wim Van Sebroeck
3ccd3ec6 95f62bdc

-1
-1
drivers/watchdog/pc87413_wdt.c
··· 30 30 #include <linux/init.h> 31 31 #include <linux/spinlock.h> 32 32 #include <linux/moduleparam.h> 33 - #include <linux/version.h> 34 33 #include <linux/io.h> 35 34 #include <linux/uaccess.h> 36 35