]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
[hpwdt] add include NMI
authorMaxim Uvarov <maxim.uvarov@oracle.com>
Wed, 29 Aug 2012 13:14:04 +0000 (06:14 -0700)
committerMaxim Uvarov <maxim.uvarov@oracle.com>
Wed, 29 Aug 2012 13:14:34 +0000 (06:14 -0700)
Commit:
x86/nmi: Add new NMI queues to deal with IO_CHK and SERR
Added new NMI calls. But skipped to add nmi.h. Fix
merge commit here.
Signed-off-by: Maxim Uvarov <maxim.uvarov@oracle.com>
drivers/watchdog/hpwdt.c

index 40fece9f4afd4d94cd7f52d2aca48613c2654588..0c11f14ab903de75b127da4de26c5b459bb582cd 100644 (file)
@@ -35,6 +35,7 @@
 #include <linux/notifier.h>
 #include <asm/cacheflush.h>
 #endif /* CONFIG_HPWDT_NMI_DECODING */
+#include <asm/nmi.h>
 
 #define HPWDT_VERSION                  "1.3.0"
 #define SECS_TO_TICKS(secs)            ((secs) * 1000 / 128)