]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - include/linux/ftrace_irq.h
ethtool: Expand documentation of struct ethtool_perm_addr
[mirror_ubuntu-artful-kernel.git] / include / linux / ftrace_irq.h
index 366a054d0b05d25bc65f27cacc4b7a4660beb62e..dca7bf8cffe2f48f0d9f91be301013ca45a709b2 100644 (file)
@@ -2,7 +2,7 @@
 #define _LINUX_FTRACE_IRQ_H
 
 
-#if defined(CONFIG_DYNAMIC_FTRACE) || defined(CONFIG_FUNCTION_GRAPH_TRACER)
+#ifdef CONFIG_FTRACE_NMI_ENTER
 extern void ftrace_nmi_enter(void);
 extern void ftrace_nmi_exit(void);
 #else