ASoC: atmel: sam9g20_wm8731: Remove the unneeded include <linux/i2c.h>
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Sat, 20 May 2023 10:21:58 +0000 (12:21 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 22 May 2023 10:18:52 +0000 (11:18 +0100)
commit8c03fd5fbd3e5a534675dffd5647166e919e1fc2
tree0b8b29ae8e1f9fd05386a5bc4826437d7533ca36
parentef44ba21995e80e19e7056593067cb4bfaad0bde
ASoC: atmel: sam9g20_wm8731: 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>
Link: https://lore.kernel.org/r/9b39a59f5829d200d7d1fac4e993dbf8ce05836d.1684578051.git.christophe.jaillet@wanadoo.fr
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/atmel/sam9g20_wm8731.c