X-Git-Url: http://git.lttng.org/?p=lttng-modules.git;a=blobdiff_plain;f=lttng-events.c;h=2cd650fdf2c4ebed8fe9438273c728abb38d1d54;hp=6f122dd7fba94d1e74c87094d30c223331500417;hb=894ce5dc825733d1ccab25b1aede9ce0be2a7c4e;hpb=a93e3ba3297ac450506e7d783c9f69052326e671 diff --git a/lttng-events.c b/lttng-events.c index 6f122dd7..2cd650fd 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;