]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
regmap: sort header includes
authorSander Vanheule <sander@svanheule.net>
Fri, 20 Feb 2026 16:01:11 +0000 (17:01 +0100)
committerMark Brown <broonie@kernel.org>
Tue, 24 Feb 2026 15:53:50 +0000 (15:53 +0000)
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>
Link: https://patch.msgid.link/20260220160112.543391-1-sander@svanheule.net
Signed-off-by: Mark Brown <broonie@kernel.org>
include/linux/regmap.h

index caff2240bdab7922288cd74546fda1d92cacbb60..c8a6a05bdba1141361730511740de186bf45d3a4 100644 (file)
  * 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;