From: Corentin Labbe Date: Thu, 15 Dec 2016 14:22:44 +0000 (+0100) Subject: nfc: nxp-nci: Remove unneeded linux/miscdevice.h include X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=f92cb58318745d9b59a30ff1e37d4fb298d4b75f;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git nfc: nxp-nci: Remove unneeded linux/miscdevice.h include drivers/nfc/nxp-nci/i2c.c does not use any miscdevice, so this patch remove this unnecessary inclusion. Signed-off-by: Corentin Labbe Signed-off-by: Samuel Ortiz --- diff --git a/drivers/nfc/nxp-nci/i2c.c b/drivers/nfc/nxp-nci/i2c.c index 06a157c63416..ae69d2f73700 100644 --- a/drivers/nfc/nxp-nci/i2c.c +++ b/drivers/nfc/nxp-nci/i2c.c @@ -29,7 +29,6 @@ #include #include #include -#include #include #include #include