diff options
Diffstat (limited to 'include/linux/lockdep.h')
-rw-r--r-- | include/linux/lockdep.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/lockdep.h b/include/linux/lockdep.h index ea097dddc44f..7e1160dde5e7 100644 --- a/include/linux/lockdep.h +++ b/include/linux/lockdep.h | |||
@@ -132,6 +132,7 @@ struct lock_list { | |||
132 | struct list_head entry; | 132 | struct list_head entry; |
133 | struct lock_class *class; | 133 | struct lock_class *class; |
134 | struct stack_trace trace; | 134 | struct stack_trace trace; |
135 | int distance; | ||
135 | }; | 136 | }; |
136 | 137 | ||
137 | /* | 138 | /* |