mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v2 1/2] regmap: sort header includes
@ 2026-02-20 16:01 Sander Vanheule
  2026-02-20 16:01 ` [PATCH v2 2/2] regmap: define cleanup helper for regmap_field Sander Vanheule
  2026-02-25 19:07 ` [PATCH v2 1/2] regmap: sort header includes Mark Brown
  0 siblings, 2 replies; 3+ messages in thread
From: Sander Vanheule @ 2026-02-20 16:01 UTC (permalink / raw)
  To: Mark Brown; +Cc: linux-kernel, Sander Vanheule

Sort the included headers to make spotting duplicates easier and avoid
discussions on where to add new includes.

Signed-off-by: Sander Vanheule <sander@svanheule.net>
---
New patch since v2
---
 include/linux/regmap.h | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/include/linux/regmap.h b/include/linux/regmap.h
index caff2240bdab..c8a6a05bdba1 100644
--- a/include/linux/regmap.h
+++ b/include/linux/regmap.h
@@ -10,15 +10,15 @@
  * Author: Mark Brown <broonie@opensource.wolfsonmicro.com>
  */
 
-#include <linux/list.h>
-#include <linux/rbtree.h>
-#include <linux/ktime.h>
+#include <linux/bug.h>
 #include <linux/delay.h>
 #include <linux/err.h>
-#include <linux/bug.h>
-#include <linux/lockdep.h>
-#include <linux/iopoll.h>
 #include <linux/fwnode.h>
+#include <linux/iopoll.h>
+#include <linux/ktime.h>
+#include <linux/list.h>
+#include <linux/lockdep.h>
+#include <linux/rbtree.h>
 
 struct module;
 struct clk;
-- 
2.53.0


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-02-25 19:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-02-20 16:01 [PATCH v2 1/2] regmap: sort header includes Sander Vanheule
2026-02-20 16:01 ` [PATCH v2 2/2] regmap: define cleanup helper for regmap_field Sander Vanheule
2026-02-25 19:07 ` [PATCH v2 1/2] regmap: sort header includes Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome