Skip to content

Commit 38ab655

Browse files
svanheulebroonie
authored andcommitted
regmap: sort header includes
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>
1 parent c2bcf62 commit 38ab655

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

include/linux/regmap.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
* Author: Mark Brown <broonie@opensource.wolfsonmicro.com>
1111
*/
1212

13-
#include <linux/list.h>
14-
#include <linux/rbtree.h>
15-
#include <linux/ktime.h>
13+
#include <linux/bug.h>
1614
#include <linux/delay.h>
1715
#include <linux/err.h>
18-
#include <linux/bug.h>
19-
#include <linux/lockdep.h>
20-
#include <linux/iopoll.h>
2116
#include <linux/fwnode.h>
17+
#include <linux/iopoll.h>
18+
#include <linux/ktime.h>
19+
#include <linux/list.h>
20+
#include <linux/lockdep.h>
21+
#include <linux/rbtree.h>
2222

2323
struct module;
2424
struct clk;

0 commit comments

Comments
 (0)