From: Thomas Zimmermann Date: Mon, 18 Jul 2022 07:23:20 +0000 (+0200) Subject: video/aperture: Remove conflicting VGA devices, if any X-Git-Tag: v6.1-rc5~176^2~22^2~124 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=482b1c7d478875508ac112c36dcd65739f664b0e;p=platform%2Fkernel%2Flinux-starfive.git video/aperture: Remove conflicting VGA devices, if any On the primary graphics adapter, a driver might conflict with a VGA driver that controls the VGA framebuffer I/O range. Remove the VGA driver from the aperture helpers. Until now, this case has been hendled by fbdev, but it should work even with fbdev disabled. Signed-off-by: Thomas Zimmermann Reviewed-by: Javier Martinez Canillas Link: https://patchwork.freedesktop.org/patch/msgid/20220718072322.8927-10-tzimmermann@suse.de --- diff --git a/drivers/video/aperture.c b/drivers/video/aperture.c index 101e13c..abc6912 100644 --- a/drivers/video/aperture.c +++ b/drivers/video/aperture.c @@ -12,6 +12,8 @@ #include #include +#include