summaryrefslogtreecommitdiffstats
path: root/drivers/mfd
diff options
context:
space:
mode:
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>2023-04-24 08:48:12 +0200
committerLee Jones <lee@kernel.org>2023-06-15 09:19:36 +0100
commitdf2aac1573b57cde4475b587fbb22e1256080bac (patch)
tree3f5396eb7aa9092f1d4268732578d34072d60b27 /drivers/mfd
parentbab5ab476190db987c54368cea4a220d9b9453e8 (diff)
downloadlinux-stable-df2aac1573b57cde4475b587fbb22e1256080bac.tar.gz
linux-stable-df2aac1573b57cde4475b587fbb22e1256080bac.tar.bz2
linux-stable-df2aac1573b57cde4475b587fbb22e1256080bac.zip
mfd: dln2: Remove the unneeded include <linux/i2c.h>
This driver does not use i2c, so there is no point in including <linux/i2c.h> Remove it. Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr> Signed-off-by: Lee Jones <lee@kernel.org> Link: https://lore.kernel.org/r/baf28e7f0fb57e918b76eaa92b94a2ae1a02cce0.1682318879.git.christophe.jaillet@wanadoo.fr
Diffstat (limited to 'drivers/mfd')
-rw-r--r--drivers/mfd/dln2.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mfd/dln2.c b/drivers/mfd/dln2.c
index c3149729cec2..c7510434380a 100644
--- a/drivers/mfd/dln2.c
+++ b/drivers/mfd/dln2.c
@@ -14,7 +14,6 @@
#include <linux/types.h>
#include <linux/slab.h>
#include <linux/usb.h>
-#include <linux/i2c.h>
#include <linux/mutex.h>
#include <linux/platform_device.h>
#include <linux/mfd/core.h>