Re: [PATCH 06/21] drm/sti: Include linux/io.h for devm_ioremap()

2024-05-27 Thread Alain Volmat
Hi Ville, thank you for your patch. On Mon, Apr 08, 2024 at 08:04:11PM +0300, Ville Syrjala wrote: > From: Ville Syrjälä > > Include linux/io.h for devm_ioremap(). > > When built on x86_64 w/ COMPILE_TEST=y: > ../drivers/gpu/drm/sti/sti_dvo.c:531:21: error: implicit declaration of > function

[PATCH 06/21] drm/sti: Include linux/io.h for devm_ioremap()

2024-04-08 Thread Ville Syrjala
From: Ville Syrjälä Include linux/io.h for devm_ioremap(). When built on x86_64 w/ COMPILE_TEST=y: ../drivers/gpu/drm/sti/sti_dvo.c:531:21: error: implicit declaration of function ‘devm_ioremap’ [-Werror=implicit-function-declaration] 531 | dvo->regs = devm_ioremap(dev, res->start,