aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>2023-04-24 09:00:53 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2023-05-31 19:00:10 +0100
commit24ee010bdabb15c601ab6ce2007ad32f4ef4a880 (patch)
tree6c54c45d621a474e3945c76184aee402ba44b77f
parentf5070bf0e7e70e1ed3aaf422f8ae54ce70aa1bbe (diff)
downloadiio-24ee010bdabb15c601ab6ce2007ad32f4ef4a880.tar.gz
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>
-rw-r--r--drivers/misc/smpro-errmon.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/misc/smpro-errmon.c b/drivers/misc/smpro-errmon.c
index a1f0b2c77fac34..c12035a465854d 100644
--- a/drivers/misc/smpro-errmon.c
+++ b/drivers/misc/smpro-errmon.c
@@ -6,7 +6,6 @@
*
*/
-#include <linux/i2c.h>
#include <linux/mod_devicetable.h>
#include <linux/module.h>
#include <linux/platform_device.h>