aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaokun Zhang <[email protected]>2021-08-25 15:07:04 +0800
committerPeter Zijlstra <[email protected]>2021-09-17 15:08:45 +0200
commitf7427ba5ce9c5438ad392b6cbcc4ca8a0487d7e7 (patch)
treef8525f47af1f318751f5a477ced35d6ea30e5919
parenta2e05ddda11b0bd529f443df9089ab498b2c2642 (diff)
locking/lockdep: Cleanup the repeated declaration
'struct task_struct' has been decleared twice, so keep the top one and cleanup the repeated one. Signed-off-by: Shaokun Zhang <[email protected]> Signed-off-by: Peter Zijlstra (Intel) <[email protected]> Link: https://lkml.kernel.org/r/[email protected]
-rw-r--r--include/linux/debug_locks.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/debug_locks.h b/include/linux/debug_locks.h
index 3f49e65169c6..dbb409d77d4f 100644
--- a/include/linux/debug_locks.h
+++ b/include/linux/debug_locks.h
@@ -47,8 +47,6 @@ extern int debug_locks_off(void);
# define locking_selftest() do { } while (0)
#endif
-struct task_struct;
-
#ifdef CONFIG_LOCKDEP
extern void debug_show_all_locks(void);
extern void debug_show_held_locks(struct task_struct *task);