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:
Родитель
eeb34e2113
Коммит
91c0a213f1
|
@ -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)
|
||||
*
|
||||
|
|
Загрузка…
Ссылка в новой задаче