From: Sander Vanheule Date: Fri, 20 Feb 2026 16:01:11 +0000 (+0100) Subject: regmap: sort header includes X-Git-Tag: v7.1-rc1~155^2~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38ab6557234d8629407a824be90e82514d6129a0;p=thirdparty%2Fkernel%2Flinux.git 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 Link: https://patch.msgid.link/20260220160112.543391-1-sander@svanheule.net Signed-off-by: Mark Brown --- diff --git a/include/linux/regmap.h b/include/linux/regmap.h index caff2240bdab7..c8a6a05bdba11 100644 --- a/include/linux/regmap.h +++ b/include/linux/regmap.h @@ -10,15 +10,15 @@ * Author: Mark Brown */ -#include -#include -#include +#include #include #include -#include -#include -#include #include +#include +#include +#include +#include +#include struct module; struct clk;