tracing/module: Replace include of tracepoint.h with jump_label.h in module.h
authorSteven Rostedt (Red Hat) <rostedt@goodmis.org>
Wed, 26 Feb 2014 18:12:06 +0000 (13:12 -0500)
committerSteven Rostedt <rostedt@goodmis.org>
Fri, 7 Mar 2014 15:06:09 +0000 (10:06 -0500)
commitb2e285fcb46ab4d91ebbc3a9bd5900f544972a47
tree5579ba0d09820abe5041a4e9bf0ea5a5cbd5857a
parent8643e92b5266a34cb9c66388983fc15ac37171d5
tracing/module: Replace include of tracepoint.h with jump_label.h in module.h

There's nothing in the module.h header that requires tracepoint.h to be
included, and there may be cases that tracepoint.h may need to include
module.h, which will cause recursive header issues.

But module.h requires seeing HAVE_JUMP_LABEL which is set in jump_label.h
which it just coincidentally gets from tracepoint.h.

Link: http://lkml.kernel.org/r/20140307084712.5c68641a@gandalf.local.home
Acked-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
include/linux/module.h