From: Uwe Kleine-König (The Capable Hub) Date: Thu, 30 Apr 2026 10:45:15 +0000 (+0200) Subject: drm/mgag200: Drop unused include of X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=e665bad236364cc3915191a96c841e117836df90;p=thirdparty%2Fkernel%2Flinux.git drm/mgag200: Drop unused include of The header only defines radeon_PCI_IDS which isn't used in the mgag200 driver. So drop the useless include statement. Signed-off-by: Uwe Kleine-König (The Capable Hub) Reviewed-by: Thomas Zimmermann Signed-off-by: Thomas Zimmermann Link: https://patch.msgid.link/b81a4830b3c287e9360197693a823a0dc72c674c.1777545446.git.u.kleine-koenig@baylibre.com --- diff --git a/drivers/gpu/drm/mgag200/mgag200_drv.c b/drivers/gpu/drm/mgag200/mgag200_drv.c index a32be27c39e8..d7b5dfdb28aa 100644 --- a/drivers/gpu/drm/mgag200/mgag200_drv.c +++ b/drivers/gpu/drm/mgag200/mgag200_drv.c @@ -19,7 +19,6 @@ #include #include #include -#include #include #include "mgag200_drv.h"