projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
423156b
)
regulator: mp5416: alphabetically sort header includes
author
Robert Marko
<robimarko@gmail.com>
Sat, 4 Jun 2022 14:58:14 +0000
(16:58 +0200)
committer
Mark Brown
<broonie@kernel.org>
Mon, 6 Jun 2022 11:39:07 +0000
(12:39 +0100)
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>
drivers/regulator/mp5416.c
patch
|
blob
|
history
diff --git
a/drivers/regulator/mp5416.c
b/drivers/regulator/mp5416.c
index 39cebec0edb6624ec6ee1476ec0886d4f488ff61..d8245080df03f7614908cc51b3fbb35795292b7f 100644
(file)
--- 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