From 74bf40622979140a70b8e6d0bc62a3846a1a2b2d Mon Sep 17 00:00:00 2001 From: Luca Weiss Date: Mon, 23 Jun 2025 08:44:46 +0200 Subject: [PATCH] drm/sysfb: simpledrm: Sort headers correctly Make sure the headers are sorted alphabetically to ensure consistent code. Signed-off-by: Luca Weiss Reviewed-by: Javier Martinez Canillas Reviewed-by: Thomas Zimmermann Signed-off-by: Thomas Zimmermann --- drivers/gpu/drm/sysfb/simpledrm.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/sysfb/simpledrm.c b/drivers/gpu/drm/sysfb/simpledrm.c index 0358164a623c9..9b16d5164ef48 100644 --- a/drivers/gpu/drm/sysfb/simpledrm.c +++ b/drivers/gpu/drm/sysfb/simpledrm.c @@ -2,8 +2,9 @@ #include #include -#include #include +#include +#include #include #include #include -- 2.47.3