misc: smpro-errmon: Remove the unneeded include <linux/i2c.h>

Message ID 002f7afb1a2935bc2357c4b1450b757f40902a8c.1682319647.git.christophe.jaillet@wanadoo.fr
State New
Headers
Series misc: smpro-errmon: Remove the unneeded include <linux/i2c.h> |

Commit Message

Christophe JAILLET April 24, 2023, 7 a.m. UTC
  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>
---
 drivers/misc/smpro-errmon.c | 1 -
 1 file changed, 1 deletion(-)
  

Patch

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>