Make sure the headers are sorted alphabetically to ensure consistent
code.
Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
---
drivers/video/fbdev/simplefb.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/video/fbdev/simplefb.c b/drivers/video/fbdev/simplefb.c
index be95fcddce4c8ca794826b805cd7dad2985bd637..db27d51046af5cc3c46a0bc81ad9d9ed9a0783cc 100644
--- a/drivers/video/fbdev/simplefb.c
+++ b/drivers/video/fbdev/simplefb.c
@@ -13,18 +13,18 @@
*/
#include <linux/aperture.h>
+#include <linux/clk.h>
#include <linux/errno.h>
#include <linux/fb.h>
#include <linux/io.h>
#include <linux/module.h>
-#include <linux/platform_data/simplefb.h>
-#include <linux/platform_device.h>
-#include <linux/clk.h>
#include <linux/of.h>
#include <linux/of_address.h>
#include <linux/of_clk.h>
#include <linux/of_platform.h>
#include <linux/parser.h>
+#include <linux/platform_data/simplefb.h>
+#include <linux/platform_device.h>
#include <linux/pm_domain.h>
#include <linux/regulator/consumer.h>
--
2.50.0
Luca Weiss <luca.weiss@fairphone.com> writes: > 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> -- Best regards, Javier Martinez Canillas Core Platforms Red Hat
Hi all, On Fri Jun 27, 2025 at 9:52 AM CEST, Javier Martinez Canillas wrote: > Luca Weiss <luca.weiss@fairphone.com> writes: > >> 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> While there's still some open questions surrounding dt-bindings and how exactly to do that, I think it would be good to pick up the two "Sort headers correctly" patches so that they already get in. They're good to have in any case in my opinion. Regards Luca
Hi Am 22.09.25 um 16:07 schrieb Luca Weiss: > Hi all, > > On Fri Jun 27, 2025 at 9:52 AM CEST, Javier Martinez Canillas wrote: >> Luca Weiss <luca.weiss@fairphone.com> writes: >> >>> 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> > While there's still some open questions surrounding dt-bindings and how > exactly to do that, I think it would be good to pick up the two > "Sort headers correctly" patches so that they already get in. They're > good to have in any case in my opinion. Good idea. I've added them to drm-misc-next. Best regards Thomas > > Regards > Luca -- -- Thomas Zimmermann Graphics Driver Developer SUSE Software Solutions Germany GmbH Frankenstrasse 146, 90461 Nuernberg, Germany GF: Ivo Totev, Andrew Myers, Andrew McDonald, Boudien Moerman HRB 36809 (AG Nuernberg)
Am 23.06.25 um 08:44 schrieb Luca Weiss: > Make sure the headers are sorted alphabetically to ensure consistent > code. > > Signed-off-by: Luca Weiss <luca.weiss@fairphone.com> Reviewed-by: Thomas Zimmermann <tzimmermann@suse.de> > --- > drivers/video/fbdev/simplefb.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/drivers/video/fbdev/simplefb.c b/drivers/video/fbdev/simplefb.c > index be95fcddce4c8ca794826b805cd7dad2985bd637..db27d51046af5cc3c46a0bc81ad9d9ed9a0783cc 100644 > --- a/drivers/video/fbdev/simplefb.c > +++ b/drivers/video/fbdev/simplefb.c > @@ -13,18 +13,18 @@ > */ > > #include <linux/aperture.h> > +#include <linux/clk.h> > #include <linux/errno.h> > #include <linux/fb.h> > #include <linux/io.h> > #include <linux/module.h> > -#include <linux/platform_data/simplefb.h> > -#include <linux/platform_device.h> > -#include <linux/clk.h> > #include <linux/of.h> > #include <linux/of_address.h> > #include <linux/of_clk.h> > #include <linux/of_platform.h> > #include <linux/parser.h> > +#include <linux/platform_data/simplefb.h> > +#include <linux/platform_device.h> > #include <linux/pm_domain.h> > #include <linux/regulator/consumer.h> > > -- -- Thomas Zimmermann Graphics Driver Developer SUSE Software Solutions Germany GmbH Frankenstrasse 146, 90461 Nuernberg, Germany GF: Ivo Totev, Andrew Myers, Andrew McDonald, Boudien Moerman HRB 36809 (AG Nuernberg)
© 2016 - 2025 Red Hat, Inc.