X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;ds=sidebyside;f=lttng-events.c;h=44618e3173c8b89991574bcaa335e5223966e942;hb=1759a7340284a418c37d09fb878a4ce5ad63661f;hp=75c3fb170bcd5bcce18fd26dbe410e13f0006a5b;hpb=444a21f24b49a06d6162fef87d55be2915ce87dd;p=lttng-modules.git diff --git a/lttng-events.c b/lttng-events.c index 75c3fb17..44618e31 100644 --- a/lttng-events.c +++ b/lttng-events.c @@ -2646,7 +2646,7 @@ void lttng_transport_unregister(struct lttng_transport *transport) } EXPORT_SYMBOL_GPL(lttng_transport_unregister); -#if (defined(CONFIG_HOTPLUG_CPU) && (LINUX_VERSION_CODE >= KERNEL_VERSION(4,10,0))) +#if (LINUX_VERSION_CODE >= KERNEL_VERSION(4,10,0)) enum cpuhp_state lttng_hp_prepare; enum cpuhp_state lttng_hp_online;