diff options
author | Gene Chen <gene_chen@richtek.com> | 2021-05-18 01:33:05 +0800 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2021-06-02 10:50:01 +0100 |
commit | 137871bce20c9fd2c916ce7f6052b6c185a9ac52 (patch) | |
tree | 4073e235dfb8d29cc0a78686cc6939ac9aee0711 /drivers/mfd | |
parent | 037dd2f023516be217199def5a3079c6b284d4de (diff) |
mfd: mt6360: Rearrange include file
Rearrange include file without sorting by alphabet.
Signed-off-by: Gene Chen <gene_chen@richtek.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd')
-rw-r--r-- | drivers/mfd/mt6360-core.c | 5 |
1 files 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@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> |