locking/lockdep: Delete unnecessary #include
Commit:c3bc8fd637("tracing: Centralize preemptirq tracepoints and unify their usage") added the inclusion of <trace/events/preemptirq.h>. liblockdep doesn't have a stub version of that header so now fails to build. However, commit:bff1b208a5("tracing: Partial revert of "tracing: Centralize preemptirq tracepoints and unify their usage"") removed the use of functions declared in that header. So delete the #include. Signed-off-by: Ben Hutchings <ben@decadent.org.uk> Cc: Joel Fernandes <joel@joelfernandes.org> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Sasha Levin <alexander.levin@verizon.com> Cc: Steven Rostedt <rostedt@goodmis.org> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: Will Deacon <will.deacon@arm.com> Fixes:bff1b208a5("tracing: Partial revert of "tracing: Centralize ...") Fixes:c3bc8fd637("tracing: Centralize preemptirq tracepoints ...") Link: http://lkml.kernel.org/r/20180828203315.GD18030@decadent.org.uk Signed-off-by: Ingo Molnar <mingo@kernel.org>
This commit is contained in:
		
							parent
							
								
									16214312df
								
							
						
					
					
						commit
						dc5591a03f
					
				| @ -55,7 +55,6 @@ | ||||
| 
 | ||||
| #include "lockdep_internals.h" | ||||
| 
 | ||||
| #include <trace/events/preemptirq.h> | ||||
| #define CREATE_TRACE_POINTS | ||||
| #include <trace/events/lock.h> | ||||
| 
 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user