From: Luca Weiss Date: Mon, 23 Jun 2025 06:44:48 +0000 (+0200) Subject: fbdev/simplefb: Sort headers correctly X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=48bc0faadb86520cd67d8067592481e3df3a802f;p=thirdparty%2Fkernel%2Flinux.git fbdev/simplefb: Sort headers correctly Make sure the headers are sorted alphabetically to ensure consistent code. Signed-off-by: Luca Weiss Reviewed-by: Thomas Zimmermann Reviewed-by: Javier Martinez Canillas Signed-off-by: Thomas Zimmermann Link: https://lore.kernel.org/r/20250623-simple-drm-fb-icc-v2-4-f69b86cd3d7d@fairphone.com --- diff --git a/drivers/video/fbdev/simplefb.c b/drivers/video/fbdev/simplefb.c index 1893815dc67f4..fae17f10ad8ab 100644 --- a/drivers/video/fbdev/simplefb.c +++ b/drivers/video/fbdev/simplefb.c @@ -13,18 +13,18 @@ */ #include +#include #include #include #include #include -#include -#include -#include #include #include #include #include #include +#include +#include #include #include