From: Thomas Zimmermann Date: Mon, 4 Dec 2023 09:07:52 +0000 (+0100) Subject: drm/simpledrm: Do not include X-Git-Tag: microblaze-v6.10~28^2~28^2~190 X-Git-Url: http://git.monstr.eu/?a=commitdiff_plain;h=81b32f4393cde612e022ff35b556b28001350d3b;p=linux-2.6-microblaze.git drm/simpledrm: Do not include Remove unnecessary include statements for . The file contains helpers for non-atomic code and should not be required by most drivers. No functional changes. Signed-off-by: Thomas Zimmermann Reviewed-by: Sui Jingfeng Reviewed-by: Javier Martinez Canillas Reviewed-by: Alex Deucher Link: https://patchwork.freedesktop.org/patch/msgid/20231204090852.1650-8-tzimmermann@suse.de --- diff --git a/drivers/gpu/drm/tiny/simpledrm.c b/drivers/gpu/drm/tiny/simpledrm.c index 34bbbd7b53dd..7ce1c4617675 100644 --- a/drivers/gpu/drm/tiny/simpledrm.c +++ b/drivers/gpu/drm/tiny/simpledrm.c @@ -25,7 +25,6 @@ #include #include #include -#include #include #define DRIVER_NAME "simpledrm"