From: Wu Zhangjin Date: Mon, 21 Jun 2010 11:09:09 +0000 (+0800) Subject: tracing: Fix undeclared ENOSYS in include/linux/tracepoint.h X-Git-Tag: v2.6.35-rc4~45^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b70e4f0529c089b00d0a6da13106db4de1ada4c7;p=pandora-kernel.git 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 to include/linux/tracepoint.h. Signed-off-by: Wu Zhangjin LKML-Reference: <1277118549-622-1-git-send-email-wuzhangjin@gmail.com> Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed