From: Luca Weiss Date: Mon, 23 Jun 2025 06:44:48 +0000 (+0200) Subject: fbdev/simplefb: Sort headers correctly X-Git-Tag: v6.19-rc1~157^2~24^2~74 X-Git-Url: https://gentwo.org/gitweb/?a=commitdiff_plain;h=48bc0faadb86520cd67d8067592481e3df3a802f;p=linux%2F.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 1893815dc67f..fae17f10ad8a 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