diff options
Diffstat (limited to 'include/linux/lockdep.h')
-rw-r--r-- | include/linux/lockdep.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/lockdep.h b/include/linux/lockdep.h index dc2844b071c2..1f43a8770c71 100644 --- a/include/linux/lockdep.h +++ b/include/linux/lockdep.h @@ -106,7 +106,7 @@ struct held_lock { struct lockdep_map *instance; struct lockdep_map *nest_lock; #ifdef CONFIG_LOCK_STAT - u64 waittime_stamp; + u64 waittime_stamp; u64 holdtime_stamp; #endif /* |