diff options
author | Christophe JAILLET <christophe.jaillet@wanadoo.fr> | 2023-04-24 09:00:53 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-05-31 19:00:10 +0100 |
commit | 24ee010bdabb15c601ab6ce2007ad32f4ef4a880 (patch) | |
tree | 6c54c45d621a474e3945c76184aee402ba44b77f /drivers/misc | |
parent | f5070bf0e7e70e1ed3aaf422f8ae54ce70aa1bbe (diff) |
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>
Diffstat (limited to 'drivers/misc')
-rw-r--r-- | drivers/misc/smpro-errmon.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/misc/smpro-errmon.c b/drivers/misc/smpro-errmon.c index a1f0b2c77fac..c12035a46585 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> |