Commit db763745 authored by Charles Keepax's avatar Charles Keepax Committed by Lee Jones

mfd: cs42l43: Correct order of include files to be alphabetical

Signed-off-by: default avatarCharles Keepax <ckeepax@opensource.cirrus.com>
Link: https://lore.kernel.org/r/20231130115712.669180-2-ckeepax@opensource.cirrus.comSigned-off-by: default avatarLee Jones <lee@kernel.org>
parent 47b1b03d
......@@ -6,11 +6,11 @@
* Cirrus Logic International Semiconductor Ltd.
*/
#include <linux/device.h>
#include <linux/err.h>
#include <linux/errno.h>
#include <linux/mfd/cs42l43-regs.h>
#include <linux/module.h>
#include <linux/device.h>
#include <linux/soundwire/sdw.h>
#include <linux/soundwire/sdw_registers.h>
#include <linux/soundwire/sdw_type.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment