X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=lttng-events.c;h=b7bdac54ef25978b76b1df0ba7439709776d9ac1;hb=3a6d1bf9efe2ae2703eab391cbaef510f4c1ea46;hp=298360cec20e822d6ba8053214390a1ce0cd3679;hpb=6a9460a8a07abc6820a9b04a86af2f0a082a8a43;p=lttng-modules.git diff --git a/lttng-events.c b/lttng-events.c index 298360ce..b7bdac54 100644 --- a/lttng-events.c +++ b/lttng-events.c @@ -2784,8 +2784,6 @@ void lttng_transport_unregister(struct lttng_transport *transport) } EXPORT_SYMBOL_GPL(lttng_transport_unregister); -#if (LINUX_VERSION_CODE >= KERNEL_VERSION(4,10,0)) - enum cpuhp_state lttng_hp_prepare; enum cpuhp_state lttng_hp_online; @@ -2900,17 +2898,6 @@ static void __exit lttng_exit_cpu_hotplug(void) cpuhp_remove_multi_state(lttng_hp_prepare); } -#else /* #if (LINUX_VERSION_CODE >= KERNEL_VERSION(4,10,0)) */ -static int lttng_init_cpu_hotplug(void) -{ - return 0; -} -static void lttng_exit_cpu_hotplug(void) -{ -} -#endif /* #else #if (LINUX_VERSION_CODE >= KERNEL_VERSION(4,10,0)) */ - - static int __init lttng_events_init(void) { int ret;