tracing: Fix event header migrate.h to include tracepoint.h
authorSteven Rostedt (Red Hat) <rostedt@goodmis.org>
Wed, 26 Feb 2014 18:03:32 +0000 (13:03 -0500)
committerSteven Rostedt <rostedt@goodmis.org>
Fri, 7 Mar 2014 15:06:09 +0000 (10:06 -0500)
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 <mgorman@suse.de>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
include/trace/events/migrate.h

Simple merge