diff options
author | Wu Zhangjin <wuzhangjin@gmail.com> | 2010-06-21 11:09:09 (GMT) |
---|---|---|
committer | Steven Rostedt <rostedt@goodmis.org> | 2010-06-21 16:23:36 (GMT) |
commit | b70e4f0529c089b00d0a6da13106db4de1ada4c7 (patch) | |
tree | d0c8fdf2272966d5c5db97c7456bb2919afd78ff /init | |
parent | 5ffc88819c84098e3f39185a38f8f7f7f8b210df (diff) | |
download | linux-fsl-qoriq-b70e4f0529c089b00d0a6da13106db4de1ada4c7.tar.xz |
tracing: Fix undeclared ENOSYS in include/linux/tracepoint.h
The header file include/linux/tracepoint.h may be included without
include/linux/errno.h and then the compiler will fail on building for
undelcared ENOSYS. This patch fixes this problem via including <linux/errno.h>
to include/linux/tracepoint.h.
Signed-off-by: Wu Zhangjin <wuzhangjin@gmail.com>
LKML-Reference: <1277118549-622-1-git-send-email-wuzhangjin@gmail.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'init')
0 files changed, 0 insertions, 0 deletions