On Wed, 5 Jun 2024 22:00:20 +0300 Andy Shevchenko <andy.shevchenko@xxxxxxxxx> wrote: > > +#include <linux/bitfield.h> > > +#include <linux/completion.h> > > + errno.h I use -EIO, -EINVAL and -ENOMEM in turris-omnia-mcu-base.c, -EINVAL, -ENOTSUPP in turris-omnia-mcu-gpio.c. Should I include errno.h in those also? Or is this only needed for -ERESTARTSYS? Marek