From: Thomas Zimmermann Date: Thu, 12 Jun 2025 08:53:02 +0000 (+0200) Subject: drm/mgag200: Do not include X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=2e3395ab2a358ba8d1c80d8df35dcfb882cfc28e;p=users%2Fwilly%2Flinux.git drm/mgag200: Do not include Fix the compile-time warning drivers/gpu/drm/mgag200/mgag200_ddc.c: warning: EXPORT_SYMBOL() is not used, but #include is present Signed-off-by: Thomas Zimmermann Reviewed-by: Jocelyn Falempe Link: https://lore.kernel.org/r/20250612085308.203861-1-tzimmermann@suse.de --- diff --git a/drivers/gpu/drm/mgag200/mgag200_ddc.c b/drivers/gpu/drm/mgag200/mgag200_ddc.c index 6d81ea8931e8..c31673eaa554 100644 --- a/drivers/gpu/drm/mgag200/mgag200_ddc.c +++ b/drivers/gpu/drm/mgag200/mgag200_ddc.c @@ -26,7 +26,6 @@ * Authors: Dave Airlie */ -#include #include #include #include