On Thu, Apr 20, 2023 at 11:48 PM Dipen Patel <dipenp@xxxxxxxxxx> wrote: > On 4/20/23 2:22 PM, Dipen Patel wrote: > > On 1/17/23 12:41 AM, Linus Walleij wrote: > >> The test driver uses the gpiod consumer API so include the right > >> <linux/gpio/consumer.h> header. This may cause a problem with > >> struct of_device_id being implcitly pulled in by the legacy > >> header <linux/gpio.h> so include <linux/mod_devicetable.h> > >> explicitly as well. > >> > >> Signed-off-by: Linus Walleij <linus.walleij@xxxxxxxxxx> > > I will push this patch to HTE subsystem tree... > > > > Acked-by: Dipen Patel <dipenp@xxxxxxxxxx> > > > Sorry for spamming your inbox, it seems > https://patchwork.kernel.org/project/linux-media/patch/20230208173343.37582-4-andriy.shevchenko@xxxxxxxxxxxxxxx/ > is the latest version of the patch and its been there since Feb 2023. > Do you want me to push that patch through HTE sub tree? Yes please! :) I think Andy's series is partially merged but indeed this one patch isn't in linux-next. Also it definietly makes things easier with this patch upstream. Yours, Linus Walleij