X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=lttng-events.c;h=5e9c72bfdebc46e01785ae76874aaf2c100c2eb8;hb=50f48712d7d32a8d6e67b8f18f4f5559df24b5cc;hp=624a1338884f32df64f1362b36228723422b9e94;hpb=ca6fdddba6f9d25c051dd5c12fbb661ae1826663;p=lttng-modules.git diff --git a/lttng-events.c b/lttng-events.c index 624a1338..5e9c72bf 100644 --- a/lttng-events.c +++ b/lttng-events.c @@ -2760,7 +2760,7 @@ static void __exit lttng_exit_cpu_hotplug(void) cpuhp_remove_multi_state(lttng_hp_prepare); } -#else /* #if (CONFIG_HOTPLUG_CPU && (LINUX_VERSION_CODE >= KERNEL_VERSION(4,10,0))) */ +#else /* #if (LINUX_VERSION_CODE >= KERNEL_VERSION(4,10,0)) */ static int lttng_init_cpu_hotplug(void) { return 0; @@ -2768,7 +2768,7 @@ static int lttng_init_cpu_hotplug(void) static void lttng_exit_cpu_hotplug(void) { } -#endif /* #else #if (CONFIG_HOTPLUG_CPU && (LINUX_VERSION_CODE >= KERNEL_VERSION(4,10,0))) */ +#endif /* #else #if (LINUX_VERSION_CODE >= KERNEL_VERSION(4,10,0)) */ static int __init lttng_events_init(void)