diff options
Diffstat (limited to 'include/linux/lockdep.h')
-rw-r--r-- | include/linux/lockdep.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/lockdep.h b/include/linux/lockdep.h index 1fd82ff99c65..c5335df2372f 100644 --- a/include/linux/lockdep.h +++ b/include/linux/lockdep.h | |||
@@ -97,8 +97,6 @@ struct lock_class { | |||
97 | * Generation counter, when doing certain classes of graph walking, | 97 | * Generation counter, when doing certain classes of graph walking, |
98 | * to ensure that we check one node only once: | 98 | * to ensure that we check one node only once: |
99 | */ | 99 | */ |
100 | unsigned int version; | ||
101 | |||
102 | int name_version; | 100 | int name_version; |
103 | const char *name; | 101 | const char *name; |
104 | 102 | ||