mfd: rc5t583-irq: Remove the unneeded include <linux/i2c.h>
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Mon, 24 Apr 2023 06:56:34 +0000 (08:56 +0200)
committerLee Jones <lee@kernel.org>
Thu, 15 Jun 2023 08:19:36 +0000 (09:19 +0100)
commitbab5ab476190db987c54368cea4a220d9b9453e8
treed0aa83108fe647d221df7d77235bc5c9e16dce80
parent7ef47a12a62e8fcf1b66a401cd6f3fc055581da0
mfd: rc5t583-irq: 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 and add the needed <linux/device.h> instead, which is much more
lightweight.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Lee Jones <lee@kernel.org>
Link: https://lore.kernel.org/r/128025bf5b81f5424db2202b0c8cfd9722c28aab.1682319383.git.christophe.jaillet@wanadoo.fr
drivers/mfd/rc5t583-irq.c