On Thu, Sep 04, 2025 at 12:41:57PM +0100, Prabhakar wrote: > From: Lad Prabhakar <prabhakar.mahadev-lad.rj@xxxxxxxxxxxxxx> > > The pcs-rzn1-miic driver makes use of ARRAY_SIZE(), BIT() and GENMASK() > macros but does not explicitly include the headers where they are > defined. Add the missing <linux/array_size.h> and <linux/bits.h> > includes. > > Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@xxxxxxxxxxxxxx> Reviewed-by: Andrew Lunn <andrew@xxxxxxx> Andrew