Re: [PATCH v4 03/18] hte: tegra-194: Use proper includes

2023-02-09 Thread Dipen Patel
On 2/8/23 11:03 PM, Andy Shevchenko wrote: > From: Linus Walleij > > The test driver uses the gpiod consumer API so include the right > header. This may cause a problem with > struct of_device_id being implcitly pulled in by the legacy > header so include > explicitly as well. > > While at it

[PATCH v4 03/18] hte: tegra-194: Use proper includes

2023-02-08 Thread Andy Shevchenko
From: Linus Walleij The test driver uses the gpiod consumer API so include the right header. This may cause a problem with struct of_device_id being implcitly pulled in by the legacy header so include explicitly as well. While at it, drop explicit moduleparam.h (it's included with module.h) a