From: Steven Rostedt (Red Hat) Date: Wed, 26 Feb 2014 17:52:13 +0000 (-0500) Subject: tracing: Fix event header writeback.h to include tracepoint.h X-Git-Tag: v3.15-rc1~110^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f479447ad94879299b08b3f0b40f481baaff7eb7;p=pandora-kernel.git tracing: Fix event header writeback.h to include tracepoint.h The trace event headers are required to include tracepoint.h. The only reason they worked now is because module.h included tracepoint.h, and that will soon change. Link: http://lkml.kernel.org/r/20140226190644.442886305@goodmis.org Fixes: 455b2864686d "writeback: Initial tracing support" Cc: Dave Chinner Cc: Jens Axboe Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed