diff options
author | Charles Keepax <ckeepax@opensource.cirrus.com> | 2023-11-30 11:57:12 +0000 |
---|---|---|
committer | Lee Jones <lee@kernel.org> | 2023-12-07 13:50:30 +0000 |
commit | db763745626495d23b0691f3906d3d7c40110db4 (patch) | |
tree | 72a2560f819c0b4f35280ffa0336a4148bc8dad9 /drivers/mfd | |
parent | 47b1b03dc56ebc302620ce43e967aa8f33516f6f (diff) |
mfd: cs42l43: Correct order of include files to be alphabetical
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>
Diffstat (limited to 'drivers/mfd')
-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> |