Le ven. 23 août 2019 à 09:14, Linus Walleij a écrit :
>
> The sti_hdmi.c file include despite not even
> using any GPIOs.
>
> What it does use is devm_ioremap_nocache() which comes from
> implicitly by including that header.
>
> Fix this up by including the right header instead.
Applied on drm-
The sti_hdmi.c file include despite not even
using any GPIOs.
What it does use is devm_ioremap_nocache() which comes from
implicitly by including that header.
Fix this up by including the right header instead.
Cc: Benjamin Gaignard
Cc: Vincent Abriou
Signed-off-by: Linus Walleij
---
driver