Merge branch 'fixes' into for-linus
[firefly-linux-kernel-4.4.55.git] / include / linux / nmi.h
index 2d304efc89dfc442fe76607a940371618d7700f0..db50840e6355ece37b36106cb3a9fa6d3939f8d6 100644 (file)
@@ -14,7 +14,7 @@
  * may be used to reset the timeout - for code which intentionally
  * disables interrupts for a long time. This call is stateless.
  */
-#if defined(ARCH_HAS_NMI_WATCHDOG) || defined(CONFIG_HARDLOCKUP_DETECTOR)
+#if defined(CONFIG_HAVE_NMI_WATCHDOG) || defined(CONFIG_HARDLOCKUP_DETECTOR)
 #include <asm/nmi.h>
 extern void touch_nmi_watchdog(void);
 #else