X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=lttng-events.c;h=624a1338884f32df64f1362b36228723422b9e94;hb=ca6fdddba6f9d25c051dd5c12fbb661ae1826663;hp=0a8b2a68b0445017603bd1bb37294d72d6024dc6;hpb=4fb36907467c550c8ce05878799fe27bc2bc8dc6;p=lttng-modules.git diff --git a/lttng-events.c b/lttng-events.c index 0a8b2a68..624a1338 100644 --- a/lttng-events.c +++ b/lttng-events.c @@ -2644,7 +2644,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;