aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlliver Schinagl <[email protected]>2018-12-11 17:17:11 +0200
committerMark Brown <[email protected]>2018-12-13 16:39:58 +0000
commitdcea4d5c0a349034686ef9f8ba8a9910e0a1c14b (patch)
tree6fb5846f72ce8cfea2774a771497f539eec4cdf8
parentc1132b006785b14d01ccf40922493278984555d5 (diff)
mfd: axp20x: Clean up included headers
Add the bitops.h header as we need it, alphabetize header order. Signed-off-by: Olliver Schinagl <[email protected]> Signed-off-by: Priit Laes <[email protected]> Acked-by: Lee Jones <[email protected]> Signed-off-by: Mark Brown <[email protected]>
-rw-r--r--drivers/mfd/axp20x.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/drivers/mfd/axp20x.c b/drivers/mfd/axp20x.c
index 0be511dd93d0..da54399dc7b3 100644
--- a/drivers/mfd/axp20x.c
+++ b/drivers/mfd/axp20x.c
@@ -16,18 +16,19 @@
* published by the Free Software Foundation.
*/
-#include <linux/err.h>
+#include <linux/acpi.h>
+#include <linux/bitops.h>
#include <linux/delay.h>
+#include <linux/err.h>
#include <linux/interrupt.h>
#include <linux/kernel.h>
+#include <linux/mfd/axp20x.h>
+#include <linux/mfd/core.h>
#include <linux/module.h>
+#include <linux/of_device.h>
#include <linux/pm_runtime.h>
#include <linux/regmap.h>
#include <linux/regulator/consumer.h>
-#include <linux/mfd/axp20x.h>
-#include <linux/mfd/core.h>
-#include <linux/of_device.h>
-#include <linux/acpi.h>
#define AXP20X_OFF 0x80