From: Steven Rostedt Date: Fri, 7 Jan 2011 20:40:10 +0000 (-0500) Subject: tracing: Include module.h in define_trace.h X-Git-Tag: v2.6.38-rc1~417^2~6^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a9f987b3141f086de27832514aad9f50a53f754;p=pandora-kernel.git tracing: Include module.h in define_trace.h While doing some developing, Peter Zijlstra and I have found that if a CREATE_TRACE_POINTS include is done before module.h is included, it can break the build. We have been lucky so far that this has not broke the build since module.h is included in almost everything. Reported-by: Peter Zijlstra Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed