diff options
author | Andrew Morton <akpm@osdl.org> | 2006-10-27 20:20:42 -0400 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2006-10-28 16:19:07 -0400 |
commit | fd0c5eca447254682a8372bc73b6bdcc16bf6777 (patch) | |
tree | 74526a5685941c2344c262145363424d0d7244ce | |
parent | 0835caa2bf1933d5f41fd98e469107f4c00d547f (diff) |
[WATCHDOG] config.h removal
config.h got removed
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Signed-off-by: Andrew Morton <akpm@osdl.org>
-rw-r--r-- | drivers/char/watchdog/pc87413_wdt.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/char/watchdog/pc87413_wdt.c b/drivers/char/watchdog/pc87413_wdt.c index bd7727ba1ad9..1d447e32af41 100644 --- a/drivers/char/watchdog/pc87413_wdt.c +++ b/drivers/char/watchdog/pc87413_wdt.c | |||
@@ -18,7 +18,6 @@ | |||
18 | * Release 1.1 | 18 | * Release 1.1 |
19 | */ | 19 | */ |
20 | 20 | ||
21 | #include <linux/config.h> | ||
22 | #include <linux/module.h> | 21 | #include <linux/module.h> |
23 | #include <linux/types.h> | 22 | #include <linux/types.h> |
24 | #include <linux/miscdevice.h> | 23 | #include <linux/miscdevice.h> |