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

misc: smpro-errmon: 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/002f7afb1a2935bc2357c4b1450b757f40902a8c.1682319647.git.christophe.jaillet@wanadoo.fr
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Christophe JAILLET and committed by
Greg Kroah-Hartman
24ee010b f5070bf0

-1
-1
drivers/misc/smpro-errmon.c
··· 6 6 * 7 7 */ 8 8 9 - #include <linux/i2c.h> 10 9 #include <linux/mod_devicetable.h> 11 10 #include <linux/module.h> 12 11 #include <linux/platform_device.h>