From: Corentin Labbe Date: Thu, 15 Dec 2016 14:22:45 +0000 (+0100) Subject: nfc: pn544: Remove unneeded linux/miscdevice.h include X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=17a0180be18050a96466671ed18430ad20d8346f;p=openwrt%2Fstaging%2Fblogic.git nfc: pn544: Remove unneeded linux/miscdevice.h include drivers/nfc/pn544/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/pn544/i2c.c b/drivers/nfc/pn544/i2c.c index f837c39a8017..7030a47fe379 100644 --- a/drivers/nfc/pn544/i2c.c +++ b/drivers/nfc/pn544/i2c.c @@ -25,7 +25,6 @@ #include #include #include -#include #include #include #include