On 4/20/23 1:48 PM, Linus Walleij wrote: > 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 Sorry I referenced v1. This however clash with Arnd's patch (https://www.spinics.net/lists/linux-tegra/msg70013.html) that adds the header. I guess I should be able to pull your changes with some conflict resolutions. Thanks.