diff options
author | Corentin Labbe <clabbe.montjoie@gmail.com> | 2016-12-15 17:22:45 +0300 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2017-04-02 01:01:36 +0300 |
commit | 17a0180be18050a96466671ed18430ad20d8346f (patch) | |
tree | 06fdd8def367074ee0dd44af69ef92cf9670534e /drivers/nfc/pn544 | |
parent | f92cb58318745d9b59a30ff1e37d4fb298d4b75f (diff) | |
download | linux-17a0180be18050a96466671ed18430ad20d8346f.tar.xz |
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.c | 1 |
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> |