linux-kernel.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

* [PATCH 2/3] nfc: pn544: Remove unneeded linux/miscdevice.h include
  2016-12-15 14:22 [PATCH 1/3] nfc: nxp-nci: Remove unneeded linux/miscdevice.h include Corentin Labbe
@ 2016-12-15 14:22 ` 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
  2 siblings, 0 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/pn544/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/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

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

* [PATCH 3/3] nfc: st21nfca: Remove unneeded linux/miscdevice.h include
  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 ` Corentin Labbe
  2017-04-01 22:02 ` [PATCH 1/3] nfc: nxp-nci: " Samuel Ortiz
  2 siblings, 0 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/st21nfca/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/st21nfca/i2c.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/nfc/st21nfca/i2c.c b/drivers/nfc/st21nfca/i2c.c
index 5a82f55..d16f58a 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>
-- 
2.10.2

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

* Re: [PATCH 1/3] nfc: nxp-nci: Remove unneeded linux/miscdevice.h include
  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 ` Samuel Ortiz
  2 siblings, 0 replies; 4+ messages in thread
From: Samuel Ortiz @ 2017-04-01 22:02 UTC (permalink / raw)
  To: Corentin Labbe
  Cc: clement.perrochaud, charles.gorand, linux-nfc, linux-wireless,
	linux-kernel

Hi Corentin,

On Thu, Dec 15, 2016 at 03:22:44PM +0100, Corentin Labbe wrote:
> 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(-)
All 3 patches applied, thanks.

Cheers,
Samuel.

^ permalink raw reply	[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).