mfd: cs42l43: Correct order of include files to be alphabetical
authorCharles Keepax <ckeepax@opensource.cirrus.com>
Thu, 30 Nov 2023 11:57:12 +0000 (11:57 +0000)
committerLee Jones <lee@kernel.org>
Thu, 7 Dec 2023 13:50:30 +0000 (13:50 +0000)
Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Link: https://lore.kernel.org/r/20231130115712.669180-2-ckeepax@opensource.cirrus.com
Signed-off-by: Lee Jones <lee@kernel.org>
drivers/mfd/cs42l43-sdw.c

index 4be4df9dd8cf1ace186dd9da3582f8fe4c822df7..1d85bbf8cdd5d135cd8f94e0412669e40afda79e 100644 (file)
@@ -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>