On Mon, Sep 02, 2024 at 02:40:57PM +0200, Marek Behún wrote: > Move the command execution functions from the turris-omnia-mcu platform > driver private header to the global turris-omnia-mcu-interface.h header, > so that they can be used by the LED driver. ... > #include <linux/bitfield.h> > +#include <linux/bitops.h> > #include <linux/bits.h> You may drop this one now, as guaranteed by bitops.h. > +#include <linux/types.h> > +#include <asm/byteorder.h> > +#include <asm/unaligned.h> -- With Best Regards, Andy Shevchenko