On Fri, Apr 07, 2023 at 11:59:10AM +0200, Ahmad Fatoum wrote: > From: Ahmad Fatoum <ahmad@xxxxxx> > > Fixed up commit introduces instances of the BIT() and GENMASK() macros > into the file. Add the appropriate header to go along with it. > > Signed-off-by: Ahmad Fatoum <a.fatoum@xxxxxxxxxxxxxx> > --- > include/spi/spi.h | 1 + > 1 file changed, 1 insertion(+) Applied, thanks Sascha > > diff --git a/include/spi/spi.h b/include/spi/spi.h > index d479e4f34f0c..f806c7a30b36 100644 > --- a/include/spi/spi.h > +++ b/include/spi/spi.h > @@ -6,6 +6,7 @@ > #include <linux/err.h> > #include <linux/kernel.h> > #include <linux/string.h> > +#include <linux/bitops.h> > > struct spi_controller_mem_ops; > > -- > 2.39.2 > > > -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |