aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/power
diff options
context:
space:
mode:
authorPhil Reid <preid@electromag.com.au>2017-07-11 17:43:42 +0800
committerSebastian Reichel <sebastian.reichel@collabora.co.uk>2017-07-25 11:23:39 +0200
commitb70f0a28966082d5392f90c2d4cb1514a2d65ac6 (patch)
treee5405aa63e6fefc1bc3c9ea65ed520ee6ff34077 /drivers/power
parentpower: supply: sbs-battery: Remove FSF mailing address from comments (diff)
downloadlinux-dev-b70f0a28966082d5392f90c2d4cb1514a2d65ac6.tar.xz
linux-dev-b70f0a28966082d5392f90c2d4cb1514a2d65ac6.zip
power: supply: sbs-battery: sort includes
Sort the header includes prior to adding to the list. Signed-off-by: Phil Reid <preid@electromag.com.au> Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
Diffstat (limited to 'drivers/power')
-rw-r--r--drivers/power/supply/sbs-battery.c15
1 files changed, 7 insertions, 8 deletions
diff --git a/drivers/power/supply/sbs-battery.c b/drivers/power/supply/sbs-battery.c
index f3489856af18..a5eacc4b35e3 100644
--- a/drivers/power/supply/sbs-battery.c
+++ b/drivers/power/supply/sbs-battery.c
@@ -14,19 +14,18 @@
* more details.
*/
-#include <linux/init.h>
-#include <linux/module.h>
-#include <linux/kernel.h>
#include <linux/err.h>
-#include <linux/power_supply.h>
+#include <linux/gpio/consumer.h>
#include <linux/i2c.h>
-#include <linux/slab.h>
+#include <linux/init.h>
#include <linux/interrupt.h>
-#include <linux/gpio/consumer.h>
+#include <linux/kernel.h>
+#include <linux/module.h>
#include <linux/of.h>
-#include <linux/stat.h>
-
#include <linux/power/sbs-battery.h>
+#include <linux/power_supply.h>
+#include <linux/slab.h>
+#include <linux/stat.h>
enum {
REG_MANUFACTURER_DATA,