aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nfc/pn544
diff options
context:
space:
mode:
authorCorentin Labbe <clabbe.montjoie@gmail.com>2016-12-15 15:22:45 +0100
committerSamuel Ortiz <sameo@linux.intel.com>2017-04-02 00:01:36 +0200
commit17a0180be18050a96466671ed18430ad20d8346f (patch)
tree06fdd8def367074ee0dd44af69ef92cf9670534e /drivers/nfc/pn544
parentnfc: nxp-nci: Remove unneeded linux/miscdevice.h include (diff)
downloadlinux-dev-17a0180be18050a96466671ed18430ad20d8346f.tar.xz
linux-dev-17a0180be18050a96466671ed18430ad20d8346f.zip
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 <clabbe.montjoie@gmail.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/nfc/pn544')
-rw-r--r--drivers/nfc/pn544/i2c.c1
1 files changed, 0 insertions, 1 deletions
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 <linux/of_gpio.h>
#include <linux/of_irq.h>
#include <linux/acpi.h>
-#include <linux/miscdevice.h>
#include <linux/interrupt.h>
#include <linux/delay.h>
#include <linux/nfc.h>