aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd
diff options
context:
space:
mode:
authorPravin Shedge <pravin.shedge4linux@gmail.com>2017-12-06 22:23:09 +0530
committerLee Jones <lee.jones@linaro.org>2018-01-08 11:03:35 +0000
commit63fb9cb51da257e48af9db6bbfe4ace8ade04ff3 (patch)
tree4ddd6c8fcd5ff571c70889fe6ab490bab7d892b6 /drivers/mfd
parentdt-bindings: mfd: mc13xxx: Add the unit address to sysled (diff)
downloadlinux-dev-63fb9cb51da257e48af9db6bbfe4ace8ade04ff3.tar.xz
linux-dev-63fb9cb51da257e48af9db6bbfe4ace8ade04ff3.zip
mfd: Remove duplicate includes
These duplicate includes have been found with scripts/checkincludes.pl but they have been removed manually to avoid removing false positives. Signed-off-by: Pravin Shedge <pravin.shedge4linux@gmail.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd')
-rw-r--r--drivers/mfd/intel_soc_pmic_core.c1
-rw-r--r--drivers/mfd/max77843.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/drivers/mfd/intel_soc_pmic_core.c b/drivers/mfd/intel_soc_pmic_core.c
index 36adf9e8153e..274306d98ac1 100644
--- a/drivers/mfd/intel_soc_pmic_core.c
+++ b/drivers/mfd/intel_soc_pmic_core.c
@@ -16,7 +16,6 @@
* Author: Zhu, Lejun <lejun.zhu@linux.intel.com>
*/
-#include <linux/acpi.h>
#include <linux/module.h>
#include <linux/mfd/core.h>
#include <linux/i2c.h>
diff --git a/drivers/mfd/max77843.c b/drivers/mfd/max77843.c
index dc5caeaaa6a1..da9612dbb222 100644
--- a/drivers/mfd/max77843.c
+++ b/drivers/mfd/max77843.c
@@ -15,7 +15,6 @@
#include <linux/i2c.h>
#include <linux/init.h>
#include <linux/interrupt.h>
-#include <linux/init.h>
#include <linux/mfd/core.h>
#include <linux/mfd/max77693-common.h>
#include <linux/mfd/max77843-private.h>