On Mon, Mar 21, 2022 at 12:11:15PM +0100, Ahmad Fatoum wrote: > From: Ahmad Fatoum <ahmad@xxxxxx> > > e.g. GPIOF_ACTIVE_HIGH/LOW uses currently depend on another header > defining BIT(). Remedy this. > > Signed-off-by: Ahmad Fatoum <a.fatoum@xxxxxxxxxxxxxx> > --- > include/gpio.h | 1 + > 1 file changed, 1 insertion(+) Applied, thanks Sascha > > diff --git a/include/gpio.h b/include/gpio.h > index 81beb4730929..6134190138c3 100644 > --- a/include/gpio.h > +++ b/include/gpio.h > @@ -5,6 +5,7 @@ > #include <linux/types.h> > #include <linux/list.h> > #include <linux/iopoll.h> > +#include <linux/bitops.h> > > #ifdef CONFIG_GENERIC_GPIO > void gpio_set_value(unsigned gpio, int value); > -- > 2.30.2 > > > _______________________________________________ > barebox mailing list > barebox@xxxxxxxxxxxxxxxxxxx > http://lists.infradead.org/mailman/listinfo/barebox > -- 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 | _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox