Skip to content

Commit db76374

Browse files
charleskeepaxlag-linaro
authored andcommitted
mfd: cs42l43: Correct order of include files to be alphabetical
Signed-off-by: Charles Keepax <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Lee Jones <[email protected]>
1 parent 47b1b03 commit db76374

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/mfd/cs42l43-sdw.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
* Cirrus Logic International Semiconductor Ltd.
77
*/
88

9+
#include <linux/device.h>
910
#include <linux/err.h>
1011
#include <linux/errno.h>
1112
#include <linux/mfd/cs42l43-regs.h>
1213
#include <linux/module.h>
13-
#include <linux/device.h>
1414
#include <linux/soundwire/sdw.h>
1515
#include <linux/soundwire/sdw_registers.h>
1616
#include <linux/soundwire/sdw_type.h>

0 commit comments

Comments
 (0)