Fix: update writeback instrumentation for kernel 4.14
[lttng-modules.git] / lttng-cpuhotplug.h
index da965d2f7ccc26041e842b508220deb233bb2dc0..76a7cb80bd1ed98d5680b5fcb9db20bdee21e96b 100644 (file)
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#include <linux/cpuhotplug.h>
-
 struct lttng_cpuhp_node;
 
 #if (LINUX_VERSION_CODE >= KERNEL_VERSION(4,10,0))
+
+#include <linux/cpuhotplug.h>
+
 enum lttng_cpuhp_component {
        LTTNG_RING_BUFFER_FRONTEND,
        LTTNG_RING_BUFFER_BACKEND,
This page took 0.024264 seconds and 4 git commands to generate.