X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=lib%2Fringbuffer%2Fbackend_types.h;h=3766d8bdac90e16b3317c8a713fc2d036454733e;hb=9598166dce563b1287e05f0b1af96f9329e102c4;hp=fa6baaa07adecaae783e9f6131a1c57ed515b46e;hpb=0d4e2d786931f5ab7a7c1ed8487a1aea24890ba9;p=lttng-modules.git diff --git a/lib/ringbuffer/backend_types.h b/lib/ringbuffer/backend_types.h index fa6baaa0..3766d8bd 100644 --- a/lib/ringbuffer/backend_types.h +++ b/lib/ringbuffer/backend_types.h @@ -86,11 +86,7 @@ struct channel_backend { void *priv; /* Client-specific information */ void *priv_ops; /* Client-specific ops pointer */ void (*release_priv_ops)(void *priv_ops); -#if (LINUX_VERSION_CODE >= KERNEL_VERSION(4,10,0)) struct lttng_cpuhp_node cpuhp_prepare; /* CPU hotplug prepare */ -#else - struct notifier_block cpu_hp_notifier; /* CPU hotplug notifier */ -#endif /* * We need to copy config because the module containing the * source config can vanish before the last reference to this