]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/watchdog/hpwdt.c
[WATCHDOG] hpwdt.c - fix double includes
[mv-sheeva.git] / drivers / watchdog / hpwdt.c
index eaa3f2a79ff55bebafa7a655092879322d0f7743..7ea8f3e844f39e23bb376f10d5e30544e1f1a02c 100644 (file)
@@ -39,9 +39,7 @@
 #include <linux/string.h>
 #include <linux/bootmem.h>
 #include <linux/slab.h>
-#include <asm/dmi.h>
 #include <asm/desc.h>
-#include <asm/kdebug.h>
 
 #define PCI_BIOS32_SD_VALUE            0x5F32335F      /* "_32_" */
 #define CRU_BIOS_SIGNATURE_VALUE       0x55524324
@@ -420,7 +418,7 @@ static int __devinit detect_cru_service(void)
 static int hpwdt_pretimeout(struct notifier_block *nb, unsigned long ulReason,
                            void *data)
 {
-       static unsigned long rom_pl;
+       unsigned long rom_pl;
        static int die_nmi_called;
 
        if (ulReason != DIE_NMI && ulReason != DIE_NMI_IPI)