Skip to content

Commit 2edcedc

Browse files
Sebastian Andrzej SiewiorKAGA-KOKO
authored andcommitted
locking/lockdep: Remove lockdep_init_map_crosslock.
The cross-release bits have been removed, lockdep_init_map_crosslock() is a leftover. Remove lockdep_init_map_crosslock. Signed-off-by: Sebastian Andrzej Siewior <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Reviewed-by: Waiman Long <[email protected]> Acked-by: Waiman Long <[email protected]> Link: https://lore.kernel.org/r/[email protected] Link: https://lore.kernel.org/r/[email protected]
1 parent 890a079 commit 2edcedc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/linux/lockdep.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,6 @@ enum xhlock_context_t {
435435
XHLOCK_CTX_NR,
436436
};
437437

438-
#define lockdep_init_map_crosslock(m, n, k, s) do {} while (0)
439438
/*
440439
* To initialize a lockdep_map statically use this macro.
441440
* Note that _name must not be NULL.

0 commit comments

Comments
 (0)