Browse Source

lttng wrapper: add missing include to kallsyms wrapper

Needed to keep bissectability.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Mathieu Desnoyers 14 years ago
parent
commit
91c0a213f1
1 changed files with 2 additions and 0 deletions
  1. 2 0
      drivers/staging/lttng/wrapper/kallsyms.h

+ 2 - 0
drivers/staging/lttng/wrapper/kallsyms.h

@@ -1,6 +1,8 @@
 #ifndef _LTT_WRAPPER_KALLSYMS_H
 #define _LTT_WRAPPER_KALLSYMS_H
 
+#include <linux/kallsyms.h>
+
 /*
  * Copyright (C) 2011 Avik Sil (avik.sil@linaro.org)
  *