Cleanup: remove trailing white spaces across project
[lttng-modules.git] / instrumentation / syscalls / lttng-syscalls-extractor / lttng-syscalls-extractor.c
index 06c0da13cad280e4ddb1cf0e4d1200bd4bfaf0ab..ccf7681f6c74e1e420014857213f18a5088257e7 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"
@@ -80,6 +82,6 @@ int init_module(void)
 
 void cleanup_module(void)
 {
-}  
+}
 
 MODULE_LICENSE("GPL");
This page took 0.022799 seconds and 4 git commands to generate.