This driver includes the legacy header but does not use any symbols from it. Drop the inclusion. Signed-off-by: Andy Shevchenko --- drivers/nfc/microread/i2c.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/nfc/microread/i2c.c b/drivers/nfc/microread/i2c.c index 113b2e306e35..f00cff7f9693 100644 --- a/drivers/nfc/microread/i2c.c +++ b/drivers/nfc/microread/i2c.c @@ -12,7 +12,6 @@ #include #include #include -#include #include #include -- 2.50.1