From: Thomas Zimmermann Date: Mon, 4 Dec 2023 09:07:53 +0000 (+0100) Subject: drm/xlnx: Do not include X-Git-Tag: v6.8-rc1~21^2~23^2~8 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=aa5d7cf88bdebe5376970d79878f16d28536f7e2;p=linux-2.6-block.git drm/xlnx: 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: Laurent Pinchart Reviewed-by: Alex Deucher Link: https://patchwork.freedesktop.org/patch/msgid/20231204090852.1650-9-tzimmermann@suse.de --- diff --git a/drivers/gpu/drm/xlnx/zynqmp_kms.c b/drivers/gpu/drm/xlnx/zynqmp_kms.c index a7f8611be6f4..db3bb4afbfc4 100644 --- a/drivers/gpu/drm/xlnx/zynqmp_kms.c +++ b/drivers/gpu/drm/xlnx/zynqmp_kms.c @@ -27,7 +27,6 @@ #include #include #include -#include #include #include #include