2023-11-30 11:57:30

by Charles Keepax

[permalink] [raw]
Subject: [PATCH 2/2] mfd: cs42l43: Correct order of include files to be alphabetical

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


2023-12-01 11:29:01

by Lee Jones

[permalink] [raw]
Subject: Re: (subset) [PATCH 2/2] mfd: cs42l43: Correct order of include files to be alphabetical

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 [李琼斯]