Cleanup: Move patches.i to include/generated/
[lttng-modules.git] / lttng-tp-mempool.c
index da476c5ec299920d8312781c53ce60fd3f32ea09..70ee5cc6b9d7cfef42e3a8b91b480f8097e28c01 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-tp-mempool.c
  *
@@ -8,7 +8,7 @@
 #include <linux/slab.h>
 #include <linux/percpu.h>
 
-#include <lttng-tp-mempool.h>
+#include <lttng/tp-mempool.h>
 
 struct lttng_tp_buf_entry {
        int cpu; /* To make sure we return the entry to the right pool. */
This page took 0.023377 seconds and 4 git commands to generate.