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:
Mathieu Desnoyers 2011-11-30 13:34:18 -05:00 коммит произвёл Greg Kroah-Hartman
Родитель eeb34e2113
Коммит 91c0a213f1
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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)
*