On Sat, 2025-02-22 at 23:00 +0200, Andy Shevchenko wrote: > Tue, Feb 18, 2025 at 10:34:57AM +0000, Nuno Sá kirjoitti: > > Don't use of.h in order to include mod_devicetable.h. Use it directly as > > there no direct dependency on OF.h > > ... > > > #include <linux/delay.h> > > #include <linux/module.h> > > #include <linux/mutex.h> > > -#include <linux/of.h> > > +#include <linux/mod_devicetable.h> > > #include <linux/platform_device.h> > > #include <linux/property.h> > > #include <linux/regmap.h> > > Can we preserve the alpabetical ordering? > Ups, my bad. Jonathan, should I re-spin or can you directly tweak it? - Nuno Sá