Cleanup: Move headers from toplevel to include/lttng/
[lttng-modules.git] / probes / lttng-probe-v4l2.c
index 064c656b47a40b5e0f204e80990095c6e641e550..b5ebffabe9d672334d026e9429977502aac74174 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)
  *
  * probes/lttng-probe-v4l2.c
  *
@@ -11,7 +11,8 @@
 #include <linux/module.h>
 #include <linux/videodev2.h>
 #include <media/videobuf2-core.h>
-#include <lttng-tracer.h>
+#include <media/v4l2-common.h>
+#include <lttng/tracer.h>
 /*
  * Create the tracepoint static inlines from the kernel to validate that our
  * trace event macros match the kernel we run on.
This page took 0.023216 seconds and 4 git commands to generate.