[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1596558782-3415-2-git-send-email-gene.chen.richtek@gmail.com>
Date: Wed, 5 Aug 2020 00:32:53 +0800
From: Gene Chen <gene.chen.richtek@...il.com>
To: lee.jones@...aro.org, matthias.bgg@...il.com, rafael@...nel.org
Cc: broonie@...nel.org, gregkh@...uxfoundation.org,
linux-arm-kernel@...ts.infradead.org,
linux-mediatek@...ts.infradead.org, linux-kernel@...r.kernel.org,
gene_chen@...htek.com, benjamin.chao@...iatek.com,
shufan_lee@...htek.com, cy_huang@...htek.com
Subject: [PATCH 1/9] mfd: mt6360: Rearrange include file
From: Gene Chen <gene_chen@...htek.com>
Rearrange include file without sorting by alphabet.
Signed-off-by: Gene Chen <gene_chen@...htek.com>
---
drivers/mfd/mt6360-core.c | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/drivers/mfd/mt6360-core.c b/drivers/mfd/mt6360-core.c
index e9cacc2..c7a955f 100644
--- a/drivers/mfd/mt6360-core.c
+++ b/drivers/mfd/mt6360-core.c
@@ -5,15 +5,14 @@
* Author: Gene Chen <gene_chen@...htek.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/version.h>
+#include <linux/regmap.h>
+#include <linux/slab.h>
#include <linux/mfd/mt6360.h>
--
2.7.4
Powered by blists - more mailing lists