wrapper: remove random wrapper
[lttng-modules.git] / lttng-cpuhotplug.h
index f261d0452a41d4cb7c1abeee2e38d1a5db355d94..0de6f88f57e8dce1206055c82f3bf89da802bb31 100644 (file)
@@ -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 <linux/cpuhotplug.h>
 
 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 */
This page took 0.023837 seconds and 4 git commands to generate.