Re: [PATCH] drm/sti: Include the right header

2019-09-02 Thread Benjamin Gaignard
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-

[PATCH] drm/sti: Include the right header

2019-08-23 Thread Linus Walleij
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