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: block-6.1-2022-13-10~35^2~19^2~124 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=482b1c7d478875508ac112c36dcd65739f664b0e;p=linux-block.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 101e13c2cf41..abc691284a77 100644 --- a/drivers/video/aperture.c +++ b/drivers/video/aperture.c @@ -12,6 +12,8 @@ #include #include +#include