diff options
author | Alan Cox <alan@redhat.com> | 2008-05-19 14:05:46 +0100 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2008-05-27 18:28:38 +0000 |
commit | 6513e2a03887c6c9bd0b30593827a01ce3f7b542 (patch) | |
tree | 197c43ca99ba65afc882b08819c75d9be818c336 /drivers/watchdog/hpwdt.c | |
parent | 89ea2429873e69201173f3606ab04d751f737cc4 (diff) |
[WATCHDOG 11/57] hpwdt: couple of include cleanups
clean-up includes
Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/watchdog/hpwdt.c')
-rw-r--r-- | drivers/watchdog/hpwdt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/watchdog/hpwdt.c b/drivers/watchdog/hpwdt.c index 6a63535fc04..45bf66c7245 100644 --- a/drivers/watchdog/hpwdt.c +++ b/drivers/watchdog/hpwdt.c @@ -39,9 +39,9 @@ #include <linux/string.h> #include <linux/bootmem.h> #include <linux/slab.h> -#include <asm/dmi.h> +#include <linux/dmi.h> #include <asm/desc.h> -#include <asm/kdebug.h> +#include <linux/kdebug.h> #define PCI_BIOS32_SD_VALUE 0x5F32335F /* "_32_" */ #define CRU_BIOS_SIGNATURE_VALUE 0x55524324 |