Skip to content

Commit

Permalink
lttng wrapper: add missing include to kallsyms wrapper
Browse files Browse the repository at this point in the history
Needed to keep bissectability.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
compudj authored and gregkh committed Dec 1, 2011
1 parent eeb34e2 commit 91c0a21
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/staging/lttng/wrapper/kallsyms.h
Original file line number Diff line number Diff line change
@@ -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)
*
Expand Down

0 comments on commit 91c0a21

Please sign in to comment.