lttng-cpuhotplug.h: remove cpu hotplug compatibility code
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 13 Apr 2020 21:07:40 +0000 (17:07 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 13 Apr 2020 21:07:40 +0000 (17:07 -0400)
lttng-cpuhotplug.h

index 4e25b39ff74a9173edd85458310509e95575fa22..0de6f88f57e8dce1206055c82f3bf89da802bb31 100644 (file)
@@ -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.024763 seconds and 4 git commands to generate.