mtd: nand: sunxi: switch to mtd_ooblayout_ops
[deliverable/linux.git] / tools / lib / lockdep / lockdep.c
1 #include <linux/lockdep.h>
2
3 /* Trivial API wrappers, we don't (yet) have RCU in user-space: */
4 #define hlist_for_each_entry_rcu hlist_for_each_entry
5 #define hlist_add_head_rcu hlist_add_head
6 #define hlist_del_rcu hlist_del
7
8 #include "../../../kernel/locking/lockdep.c"
This page took 0.060214 seconds and 5 git commands to generate.