X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=lttng-cpuhotplug.h;h=0de6f88f57e8dce1206055c82f3bf89da802bb31;hb=5941c91dfd18932b232da791dc3e1c37929e9497;hp=4e25b39ff74a9173edd85458310509e95575fa22;hpb=003c2341ab44ef8e24f5cacf81b1c7f1a63f7886;p=lttng-modules.git diff --git a/lttng-cpuhotplug.h b/lttng-cpuhotplug.h index 4e25b39f..0de6f88f 100644 --- a/lttng-cpuhotplug.h +++ b/lttng-cpuhotplug.h @@ -10,8 +10,6 @@ struct lttng_cpuhp_node; -#if (LINUX_VERSION_CODE >= KERNEL_VERSION(4,10,0)) - #include enum lttng_cpuhp_component { @@ -47,6 +45,4 @@ void lttng_rb_set_hp_online(enum cpuhp_state val); extern enum cpuhp_state lttng_rb_hp_prepare; extern enum cpuhp_state lttng_rb_hp_online; -#endif - #endif /* LTTNG_CPUHOTPLUG_H */