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>
This commit is contained in:
parent
eeb34e2113
commit
91c0a213f1
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue