From: Thomas Zimmermann Date: Thu, 12 Jun 2025 12:09:55 +0000 (+0200) Subject: drm: Do not include X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=22e28f06df3bf63004e1579f5b1601069182fdde;p=thirdparty%2Fkernel%2Flinux.git drm: Do not include Fix the compile-time error drivers/gpu/drm/drm_pci.c: warning: EXPORT_SYMBOL() is not used, but #include is present Signed-off-by: Thomas Zimmermann Fixes: 7d95680d64ac ("scripts/misc-check: check unnecessary #include when W=1") Reviewed-by: André Almeida Cc: Masahiro Yamada Cc: Nathan Chancellor Link: https://lore.kernel.org/r/20250612121633.229222-2-tzimmermann@suse.de --- diff --git a/drivers/gpu/drm/drm_pci.c b/drivers/gpu/drm/drm_pci.c index c585f1e8803ec..cb0f68d7f8ea1 100644 --- a/drivers/gpu/drm/drm_pci.c +++ b/drivers/gpu/drm/drm_pci.c @@ -23,7 +23,6 @@ */ #include -#include #include #include #include