Cleanup: move to kernel style SPDX license identifiers
[lttng-modules.git] / instrumentation / syscalls / lttng-syscalls-extractor / lttng-syscalls-extractor.c
index 06c0da13cad280e4ddb1cf0e4d1200bd4bfaf0ab..e88bb5d63e6f8ae525e4e93b361a98ffc01d3223 100644 (file)
@@ -1,10 +1,11 @@
-/*
- * Copyright 2011 - Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
- * Copyright 2011 - Julien Desfossez <julien.desfossez@polymtl.ca>
+/* SPDX-License-Identifier: (GPL-2.0 or LGPL-2.1)
+ *
+ * lttng-syscalls-extractor.c
  *
  * Dump syscall metadata to console.
  *
- * GPLv2 license.
+ * Copyright 2011 - Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+ * Copyright 2011 - Julien Desfossez <julien.desfossez@polymtl.ca>
  */
 
 #include <linux/module.h>
@@ -17,6 +18,7 @@
 #include <linux/dcache.h>
 #include <linux/ftrace_event.h>
 #include <trace/syscall.h>
+#include <asm/syscall.h>
 
 #ifndef CONFIG_FTRACE_SYSCALLS
 #error "You need to set CONFIG_FTRACE_SYSCALLS=y"
This page took 0.024565 seconds and 4 git commands to generate.