[PATCH v8 01/10] mfd: mt6360: Rearrange include file
Gene Chen
gene.chen.richtek at gmail.com
Mon May 17 10:33:05 PDT 2021
From: Gene Chen <gene_chen at richtek.com>
Rearrange include file without sorting by alphabet.
Signed-off-by: Gene Chen <gene_chen at richtek.com>
Acked-for-MFD-by: Lee Jones <lee.jones at linaro.org>
---
drivers/mfd/mt6360-core.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/drivers/mfd/mt6360-core.c b/drivers/mfd/mt6360-core.c
index 480722acf706..de6cf8edff0c 100644
--- a/drivers/mfd/mt6360-core.c
+++ b/drivers/mfd/mt6360-core.c
@@ -5,14 +5,15 @@
* Author: Gene Chen <gene_chen at richtek.com>
*/
+#include <linux/crc8.h>
#include <linux/i2c.h>
#include <linux/init.h>
#include <linux/interrupt.h>
#include <linux/kernel.h>
#include <linux/mfd/core.h>
#include <linux/module.h>
-#include <linux/of_irq.h>
-#include <linux/of_platform.h>
+#include <linux/regmap.h>
+#include <linux/slab.h>
#include <linux/mfd/mt6360.h>
--
2.25.1
More information about the linux-arm-kernel
mailing list