On Thu, Apr 20, 2023 at 10:19 PM Dipen Patel <dipenp@xxxxxxxxxx> wrote: > On 1/17/23 12:41 AM, Linus Walleij wrote: > > ChangeLog v1->v2: > > - Its mod_devicetable not mod_device_table oops. (...) > > +#include <linux/mod_devicetable.h> (...) > > I am not sure if I have followed up on this patchset. It seems this gives an > error mod_devicetable.h not found. Perhaps you meant, > linux/mod_devicetable.h instead? Hm are you using v1? That had <linux/mod_device_table.h> (one too much underscore) by mistake, this v2 should work? What is the output of the compiler? Yours, Linus Walleij