linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] nfc: nxp-nci: Remove unneeded linux/miscdevice.h include
@ 2016-12-15 14:22 Corentin Labbe
  2016-12-15 14:22 ` [PATCH 2/3] nfc: pn544: " Corentin Labbe
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Corentin Labbe @ 2016-12-15 14:22 UTC (permalink / raw)
  To: clement.perrochaud, charles.gorand, lauro.venancio,
	aloisio.almeida, sameo, linux-nfc, linux-wireless
  Cc: linux-kernel, Corentin Labbe

drivers/nfc/nxp-nci/i2c.c does not use any miscdevice, so this patch
remove this unnecessary inclusion.

Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com>
---
 drivers/nfc/nxp-nci/i2c.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/nfc/nxp-nci/i2c.c b/drivers/nfc/nxp-nci/i2c.c
index 36099e5..0356515 100644
--- a/drivers/nfc/nxp-nci/i2c.c
+++ b/drivers/nfc/nxp-nci/i2c.c
@@ -29,7 +29,6 @@
 #include <linux/delay.h>
 #include <linux/i2c.h>
 #include <linux/interrupt.h>
-#include <linux/miscdevice.h>
 #include <linux/module.h>
 #include <linux/nfc.h>
 #include <linux/gpio/consumer.h>
-- 
2.10.2

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-04-01 22:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-15 14:22 [PATCH 1/3] nfc: nxp-nci: Remove unneeded linux/miscdevice.h include Corentin Labbe
2016-12-15 14:22 ` [PATCH 2/3] nfc: pn544: " Corentin Labbe
2016-12-15 14:22 ` [PATCH 3/3] nfc: st21nfca: " Corentin Labbe
2017-04-01 22:02 ` [PATCH 1/3] nfc: nxp-nci: " Samuel Ortiz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).