powerpc/jump_label: use HAVE_JUMP_LABEL?
[firefly-linux-kernel-4.4.55.git] / arch / powerpc / platforms / powernv / opal-tracepoints.c
index d8a000a9988b035db116aa446792a3968426e13d..ae14c40b4b1c8b0d119a905be191f1153b32fb6a 100644 (file)
@@ -2,7 +2,7 @@
 #include <linux/jump_label.h>
 #include <asm/trace.h>
 
-#ifdef CONFIG_JUMP_LABEL
+#ifdef HAVE_JUMP_LABEL
 struct static_key opal_tracepoint_key = STATIC_KEY_INIT;
 
 void opal_tracepoint_regfunc(void)