From: Thomas Zimmermann Date: Thu, 12 Jun 2025 12:09:55 +0000 (+0200) Subject: drm: Do not include X-Git-Tag: io_uring-6.17-20250815~29^2~21^2~41 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=22e28f06df3bf63004e1579f5b1601069182fdde;p=linux-block.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 c585f1e8803e..cb0f68d7f8ea 100644 --- a/drivers/gpu/drm/drm_pci.c +++ b/drivers/gpu/drm/drm_pci.c @@ -23,7 +23,6 @@ */ #include -#include #include #include #include