[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20161215142246.6153-2-clabbe.montjoie@gmail.com>
Date: Thu, 15 Dec 2016 15:22:45 +0100
From: Corentin Labbe <clabbe.montjoie@...il.com>
To: clement.perrochaud@...innov.com, charles.gorand@...innov.com,
lauro.venancio@...nbossa.org, aloisio.almeida@...nbossa.org,
sameo@...ux.intel.com, linux-nfc@...ts.01.org,
linux-wireless@...r.kernel.org
Cc: linux-kernel@...r.kernel.org,
Corentin Labbe <clabbe.montjoie@...il.com>
Subject: [PATCH 2/3] 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@...il.com>
---
drivers/nfc/pn544/i2c.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/nfc/pn544/i2c.c b/drivers/nfc/pn544/i2c.c
index f837c39..7030a47 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>
--
2.10.2
Powered by blists - more mailing lists