Unverified Commit 38ab6557 authored by Sander Vanheule's avatar Sander Vanheule Committed by Mark Brown
Browse files

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: default avatarSander Vanheule <sander@svanheule.net>
Link: https://patch.msgid.link/20260220160112.543391-1-sander@svanheule.net


Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent c2bcf62c
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -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;