diff options
author | Wim Van Sebroeck <wim@iguana.be> | 2008-07-15 11:18:04 +0000 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2008-08-06 12:31:52 +0000 |
commit | 9e74114d96bb5dbaa17b9292139b0c6205e0b971 (patch) | |
tree | 26ee83afc09dc389cf00a3ece02fd7b277adc016 | |
parent | 96e2e6fafaedd83bd899f682907e14d1eec17390 (diff) | |
download | linux-next-9e74114d96bb5dbaa17b9292139b0c6205e0b971.tar.gz |
[WATCHDOG] hpwdt.c - fix double includes
The last clean-up created 2 times the same include. delete the doubles.
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
-rw-r--r-- | drivers/watchdog/hpwdt.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/watchdog/hpwdt.c b/drivers/watchdog/hpwdt.c index d20f591e3fd7..7ea8f3e844f3 100644 --- a/drivers/watchdog/hpwdt.c +++ b/drivers/watchdog/hpwdt.c @@ -39,9 +39,7 @@ #include <linux/string.h> #include <linux/bootmem.h> #include <linux/slab.h> -#include <linux/dmi.h> #include <asm/desc.h> -#include <linux/kdebug.h> #define PCI_BIOS32_SD_VALUE 0x5F32335F /* "_32_" */ #define CRU_BIOS_SIGNATURE_VALUE 0x55524324 |