From 5ae1bd2f6312948231e72cee1022dd6a0c29c7d0 Mon Sep 17 00:00:00 2001 From: Peng Fan Date: Mon, 28 Apr 2025 20:12:46 +0800 Subject: [PATCH] ASoC: codec: twl4030: Sort headers alphabetically Sort headers alphabetically to easily insert new ones and drop unused ones. Signed-off-by: Peng Fan Link: https://patch.msgid.link/20250428-twl4030-v2-1-868d0d572f12@nxp.com Signed-off-by: Mark Brown --- sound/soc/codecs/twl4030.c | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/sound/soc/codecs/twl4030.c b/sound/soc/codecs/twl4030.c index 609886461805f..dbd2a0ce7dede 100644 --- a/sound/soc/codecs/twl4030.c +++ b/sound/soc/codecs/twl4030.c @@ -5,28 +5,26 @@ * Author: Steve Sakoman, */ -#include -#include -#include #include -#include +#include #include -#include +#include +#include +#include +#include +#include #include #include -#include +#include +#include #include -#include #include +#include #include #include #include -#include #include -/* Register descriptions are here */ -#include - /* TWL4030 PMBR1 Register */ #define TWL4030_PMBR1_REG 0x0D /* TWL4030 PMBR1 Register GPIO6 mux bits */ -- 2.47.3