Skip to content

Commit 5ae1bd2

Browse files
MrVanbroonie
authored andcommitted
ASoC: codec: twl4030: Sort headers alphabetically
Sort headers alphabetically to easily insert new ones and drop unused ones. Signed-off-by: Peng Fan <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent b443265 commit 5ae1bd2

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

sound/soc/codecs/twl4030.c

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,28 +5,26 @@
55
* Author: Steve Sakoman, <[email protected]>
66
*/
77

8-
#include <linux/module.h>
9-
#include <linux/moduleparam.h>
10-
#include <linux/init.h>
118
#include <linux/delay.h>
12-
#include <linux/pm.h>
9+
#include <linux/gpio.h>
1310
#include <linux/i2c.h>
14-
#include <linux/platform_device.h>
11+
#include <linux/init.h>
12+
#include <linux/mfd/twl.h>
13+
#include <linux/mfd/twl4030-audio.h>
14+
#include <linux/module.h>
15+
#include <linux/moduleparam.h>
1516
#include <linux/of.h>
1617
#include <linux/of_gpio.h>
17-
#include <linux/mfd/twl.h>
18+
#include <linux/pm.h>
19+
#include <linux/platform_device.h>
1820
#include <linux/slab.h>
19-
#include <linux/gpio.h>
2021
#include <sound/core.h>
22+
#include <sound/initval.h>
2123
#include <sound/pcm.h>
2224
#include <sound/pcm_params.h>
2325
#include <sound/soc.h>
24-
#include <sound/initval.h>
2526
#include <sound/tlv.h>
2627

27-
/* Register descriptions are here */
28-
#include <linux/mfd/twl4030-audio.h>
29-
3028
/* TWL4030 PMBR1 Register */
3129
#define TWL4030_PMBR1_REG 0x0D
3230
/* TWL4030 PMBR1 Register GPIO6 mux bits */

0 commit comments

Comments
 (0)