Skip to content

Commit 83ba7c3

Browse files
includecheck fix: include/linux, ftrace.h
fix the following 'make includecheck' warning: include/linux/ftrace.h: linux/sched.h is included more than once. Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com> Cc: Steven Rostedt <rostedt@goodmis.org> Cc: Ingo Molnar <mingo@elte.hu> Cc: Sam Ravnborg <sam@ravnborg.org> LKML-Reference: <1247068321.4382.102.camel@ht.satnam>
1 parent 9757275 commit 83ba7c3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/linux/ftrace.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,6 @@ static inline void unpause_graph_tracing(void) { }
446446
#endif /* CONFIG_FUNCTION_GRAPH_TRACER */
447447

448448
#ifdef CONFIG_TRACING
449-
#include <linux/sched.h>
450449

451450
/* flags for current->trace */
452451
enum {

0 commit comments

Comments
 (0)