From: Steven Rostedt (Red Hat) Date: Wed, 26 Feb 2014 18:03:32 +0000 (-0500) Subject: tracing: Fix event header migrate.h to include tracepoint.h X-Git-Tag: v3.15-rc1~110^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8643e92b5266a34cb9c66388983fc15ac37171d5;p=pandora-kernel.git tracing: Fix event header migrate.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.591040764@goodmis.org Fixes: 7b2a2d4a18ff "mm: migrate: Add a tracepoint for migrate_pages" Acked-by: Mel Gorman Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed