On Mon, Sep 02, 2024 at 03:55:30PM +0300, Andy Shevchenko wrote: > 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. Hi Andy, How do I know that including bit.sh won't be ever deleted from bitops.h? Is there some database which symbols are supposed to be provided by which header, and not just randomly included from another header? Marek