]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
drm/sysfb: simpledrm: Sort headers correctly
authorLuca Weiss <luca.weiss@fairphone.com>
Mon, 23 Jun 2025 06:44:46 +0000 (08:44 +0200)
committerThomas Zimmermann <tzimmermann@suse.de>
Tue, 23 Sep 2025 13:59:01 +0000 (15:59 +0200)
Make sure the headers are sorted alphabetically to ensure consistent
code.

Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
Reviewed-by: Javier Martinez Canillas <javierm@redhat.com>
Reviewed-by: Thomas Zimmermann <tzimmermann@suse.de>
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
drivers/gpu/drm/sysfb/simpledrm.c

index 0358164a623c9ec5acfc805bc1fec9af04a06381..9b16d5164ef4885087f8db619621c0f8a79ecd0b 100644 (file)
@@ -2,8 +2,9 @@
 
 #include <linux/aperture.h>
 #include <linux/clk.h>
-#include <linux/of_clk.h>
 #include <linux/minmax.h>
+#include <linux/of_address.h>
+#include <linux/of_clk.h>
 #include <linux/of_reserved_mem.h>
 #include <linux/platform_data/simplefb.h>
 #include <linux/platform_device.h>