diff options
author | Charles Keepax <[email protected]> | 2023-11-30 11:57:12 +0000 |
---|---|---|
committer | Lee Jones <[email protected]> | 2023-12-07 13:50:30 +0000 |
commit | db763745626495d23b0691f3906d3d7c40110db4 (patch) | |
tree | 72a2560f819c0b4f35280ffa0336a4148bc8dad9 | |
parent | 47b1b03dc56ebc302620ce43e967aa8f33516f6f (diff) |
mfd: cs42l43: Correct order of include files to be alphabetical
Signed-off-by: Charles Keepax <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Lee Jones <[email protected]>
-rw-r--r-- | drivers/mfd/cs42l43-sdw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/cs42l43-sdw.c b/drivers/mfd/cs42l43-sdw.c index 4be4df9dd8cf..1d85bbf8cdd5 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> |