diff options
author | Robert Marko <robimarko@gmail.com> | 2022-06-04 16:58:14 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-06-06 12:39:07 +0100 |
commit | b9dea0184b2641fb3937162a617289b23d52a587 (patch) | |
tree | 54a5a0668a9dbddd93b2c6380b1f0a0ca4026d81 /drivers/regulator | |
parent | 423156b3d37ba051e72e87a8b4791a2a0ea40592 (diff) |
regulator: mp5416: alphabetically sort header includes
Sort the header include list alphabetically.
Signed-off-by: Robert Marko <robimarko@gmail.com>
Link: https://lore.kernel.org/r/20220604145816.47576-2-robimarko@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator')
-rw-r--r-- | drivers/regulator/mp5416.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/regulator/mp5416.c b/drivers/regulator/mp5416.c index 39cebec0edb6..d8245080df03 100644 --- a/drivers/regulator/mp5416.c +++ b/drivers/regulator/mp5416.c @@ -6,14 +6,14 @@ // // Author: Saravanan Sekar <sravanhome@gmail.com> +#include <linux/err.h> +#include <linux/i2c.h> +#include <linux/init.h> #include <linux/kernel.h> #include <linux/module.h> -#include <linux/init.h> -#include <linux/err.h> #include <linux/platform_device.h> #include <linux/regmap.h> #include <linux/regulator/driver.h> -#include <linux/i2c.h> #define MP5416_REG_CTL0 0x00 #define MP5416_REG_CTL1 0x01 |