struct task_struct has been declared. Remove the duplicate. Signed-off-by: Wan Jiabing <wanjiab...@vivo.com> --- Changelog: v2: - Remove another duplicate declaration for being closer to its user. --- include/linux/debug_locks.h | 2 -- 1 file changed, 2 deletions(-)
diff --git a/include/linux/debug_locks.h b/include/linux/debug_locks.h index 2915f56ad421..32f6a37a3d3f 100644 --- a/include/linux/debug_locks.h +++ b/include/linux/debug_locks.h @@ -6,8 +6,6 @@ #include <linux/bug.h> #include <linux/printk.h> -struct task_struct; - extern int debug_locks __read_mostly; extern int debug_locks_silent __read_mostly; -- 2.25.1