Signed-off-by: Charles Keepax <[email protected]>
---
drivers/mfd/cs42l43-sdw.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/mfd/cs42l43-sdw.c b/drivers/mfd/cs42l43-sdw.c
index 4be4df9dd8cf1..1d85bbf8cdd5d 100644
--- a/drivers/mfd/cs42l43-sdw.c
+++ b/drivers/mfd/cs42l43-sdw.c
@@ -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>
--
2.39.2
On Thu, 30 Nov 2023 11:57:12 +0000, Charles Keepax wrote:
>
Applied, thanks!
[2/2] mfd: cs42l43: Correct order of include files to be alphabetical
commit: c09588105fc8d26d9b63a699c705fec4ac2ca379
--
Lee Jones [李琼斯]