projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95f62bd
)
[WATCHDOG] removed unused #include <version.h>
author
Huang Weiyi
<weiyi.huang@gmail.com>
Sat, 16 Aug 2008 23:51:12 +0000
(07:51 +0800)
committer
Wim Van Sebroeck
<wim@iguana.be>
Tue, 26 Aug 2008 20:32:02 +0000
(20:32 +0000)
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>
drivers/watchdog/pc87413_wdt.c
patch
|
blob
|
history
diff --git
a/drivers/watchdog/pc87413_wdt.c
b/drivers/watchdog/pc87413_wdt.c
index
e91ada7
..
484c215
100644
(file)
--- a/
drivers/watchdog/pc87413_wdt.c
+++ b/
drivers/watchdog/pc87413_wdt.c
@@
-30,7
+30,6
@@
#include <linux/init.h>
#include <linux/spinlock.h>
#include <linux/moduleparam.h>
-#include <linux/version.h>
#include <linux/io.h>
#include <linux/uaccess.h>