From: Corentin Labbe Date: Thu, 15 Dec 2016 14:22:45 +0000 (+0100) Subject: nfc: pn544: Remove unneeded linux/miscdevice.h include X-Git-Tag: v4.12-rc1~129^2~129^2~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17a0180be18050a96466671ed18430ad20d8346f;p=thirdparty%2Flinux.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 f837c39a80170..7030a47fe3790 100644 --- a/drivers/nfc/pn544/i2c.c +++ b/drivers/nfc/pn544/i2c.c @@ -25,7 +25,6 @@ #include #include #include -#include #include #include #include