Re: [PATCH v2] lockdep: add lockdep_cleanup_dead_cpu()

From: Thomas Gleixner
Date: Sun Oct 29 2023 - 13:33:24 EST


On Sat, Oct 28 2023 at 20:24, David Woodhouse wrote:
> @@ -24,12 +24,16 @@
> extern void lockdep_hardirqs_on_prepare(void);
> extern void lockdep_hardirqs_on(unsigned long ip);
> extern void lockdep_hardirqs_off(unsigned long ip);
> + extern void lockdep_cleanup_dead_cpu(unsigned int cpu,
> + struct task_struct *idle);

Lacks a forward declaration of 'struct task_struct'