From: Luca Weiss Date: Mon, 23 Jun 2025 06:44:46 +0000 (+0200) Subject: drm/sysfb: simpledrm: Sort headers correctly X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=74bf40622979140a70b8e6d0bc62a3846a1a2b2d;p=thirdparty%2Fkernel%2Flinux.git 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 --- 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