From: Corentin Labbe <clabbe.montjoie@gmail.com> Date: Thu, 15 Dec 2016 14:22:46 +0000 (+0100) Subject: nfc: st21nfca: Remove unneeded linux/miscdevice.h include X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=52fdede5c9b96de355ab5e45e35503b9da6b86f6;p=linux.git nfc: st21nfca: Remove unneeded linux/miscdevice.h include drivers/nfc/st21nfca/i2c.c does not use any miscdevice, so this patch remove this unnecessary inclusion. Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com> --- diff --git a/drivers/nfc/st21nfca/i2c.c b/drivers/nfc/st21nfca/i2c.c index 5a82f553906cb..d16f58ac09bcb 100644 --- a/drivers/nfc/st21nfca/i2c.c +++ b/drivers/nfc/st21nfca/i2c.c @@ -25,7 +25,6 @@ #include <linux/of_irq.h> #include <linux/of_gpio.h> #include <linux/acpi.h> -#include <linux/miscdevice.h> #include <linux/interrupt.h> #include <linux/delay.h> #include <linux/nfc.h>