Skip to content

Commit dc5591a

Browse files
bwhacksIngo Molnar
authored andcommitted
locking/lockdep: Delete unnecessary #include
Commit: c3bc8fd ("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: bff1b20 ("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 <[email protected]> Cc: Joel Fernandes <[email protected]> Cc: Linus Torvalds <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Sasha Levin <[email protected]> Cc: Steven Rostedt <[email protected]> Cc: Thomas Gleixner <[email protected]> Cc: Will Deacon <[email protected]> Fixes: bff1b20 ("tracing: Partial revert of "tracing: Centralize ...") Fixes: c3bc8fd ("tracing: Centralize preemptirq tracepoints ...") Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Ingo Molnar <[email protected]>
1 parent 1621431 commit dc5591a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

kernel/locking/lockdep.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@
5555

5656
#include "lockdep_internals.h"
5757

58-
#include <trace/events/preemptirq.h>
5958
#define CREATE_TRACE_POINTS
6059
#include <trace/events/lock.h>
6160

0 commit comments

Comments
 (0)