X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=lttng-cpuhotplug.h;h=0de6f88f57e8dce1206055c82f3bf89da802bb31;hb=369708f464bedc0682151df9308cebfa14dbdb2b;hp=f261d0452a41d4cb7c1abeee2e38d1a5db355d94;hpb=9f36eaed6f91d5897924b551b44d1edd8cee00e2;p=lttng-modules.git diff --git a/lttng-cpuhotplug.h b/lttng-cpuhotplug.h index f261d045..0de6f88f 100644 --- a/lttng-cpuhotplug.h +++ b/lttng-cpuhotplug.h @@ -1,4 +1,4 @@ -/* SPDX-License-Identifier: (GPL-2.0 or LGPL-2.1) +/* SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only) * * 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 */