From: Thomas Zimmermann Date: Wed, 11 Jan 2023 13:02:06 +0000 (+0100) Subject: drm/radeon: Do not include X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=da7faee2a15893596ae2da3fd2f719055070f74f;p=linux.git drm/radeon: Do not include Including is not required, so remove the include statements. No functional changes. Signed-off-by: Thomas Zimmermann Reviewed-by: Christian König Acked-by: Maxime Ripard Link: https://patchwork.freedesktop.org/patch/msgid/20230111130206.29974-11-tzimmermann@suse.de --- diff --git a/drivers/gpu/drm/radeon/atombios_crtc.c b/drivers/gpu/drm/radeon/atombios_crtc.c index d28d3acb3ba17..6844e080e3be1 100644 --- a/drivers/gpu/drm/radeon/atombios_crtc.c +++ b/drivers/gpu/drm/radeon/atombios_crtc.c @@ -25,7 +25,6 @@ */ #include -#include #include #include #include diff --git a/drivers/gpu/drm/radeon/radeon_connectors.c b/drivers/gpu/drm/radeon/radeon_connectors.c index f7431d2246044..f44d5a2b5baa8 100644 --- a/drivers/gpu/drm/radeon/radeon_connectors.c +++ b/drivers/gpu/drm/radeon/radeon_connectors.c @@ -27,7 +27,6 @@ #include #include #include -#include #include #include #include "radeon.h" diff --git a/drivers/gpu/drm/radeon/radeon_drv.c b/drivers/gpu/drm/radeon/radeon_drv.c index 6cbe1ab81abad..0e8148fca8b7a 100644 --- a/drivers/gpu/drm/radeon/radeon_drv.c +++ b/drivers/gpu/drm/radeon/radeon_drv.c @@ -40,7 +40,6 @@ #include #include #include -#include #include #include #include diff --git a/drivers/gpu/drm/radeon/radeon_legacy_crtc.c b/drivers/gpu/drm/radeon/radeon_legacy_crtc.c index 648e78862d2fe..eef35872a72e3 100644 --- a/drivers/gpu/drm/radeon/radeon_legacy_crtc.c +++ b/drivers/gpu/drm/radeon/radeon_legacy_crtc.c @@ -25,7 +25,6 @@ */ #include -#include #include #include #include