Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

authored by

Christophe JAILLET and committed by
Lee Jones
df2aac15 bab5ab47

-1
-1
drivers/mfd/dln2.c
··· 14 14 #include <linux/types.h> 15 15 #include <linux/slab.h> 16 16 #include <linux/usb.h> 17 - #include <linux/i2c.h> 18 17 #include <linux/mutex.h> 19 18 #include <linux/platform_device.h> 20 19 #include <linux/mfd/core.h>