[PATCH v2 01/12] powerpc/book3s: Add missing <linux/sched.h> include

Russell Currey ruscur at russell.cc
Mon May 8 13:36:36 AEST 2023


On Thu, 2023-03-30 at 16:50 +1100, Benjamin Gray wrote:
> The functions here use struct thread_struct fields, so need to import
> the full definition from <linux/sched.h>. The <asm/current.h> header
> that defines current only forward declares struct thread_struct.
> 
> Failing to include this <linux/sched.h> header leads to a compilation
> error when a translation unit does not also include <linux/sched.h>
> indirectly.
> 
> Signed-off-by: Benjamin Gray <bgray at linux.ibm.com>
> Reviewed-by: Nicholas Piggin <npiggin at gmail.com>

Reviewed-by: Russell Currey <ruscur at russell.cc>


More information about the Linuxppc-dev mailing list