[2/2] mfd: cs42l43: Correct order of include files to be alphabetical

Message ID 20231130115712.669180-2-ckeepax@opensource.cirrus.com
State New
Headers
Series [v3,1/2] mfd: cs42l43: Correct SoundWire port list |

Commit Message

Charles Keepax Nov. 30, 2023, 11:57 a.m. UTC
  Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
---
 drivers/mfd/cs42l43-sdw.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Lee Jones Dec. 1, 2023, 11:28 a.m. UTC | #1
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 [李琼斯]
  

Patch

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>