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
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