2016-11-24 13:58:54

by Geliang Tang

[permalink] [raw]
Subject: [PATCH] ath5k: drop duplicate header vmalloc.h

Drop duplicate header vmalloc.h from ath5k/debug.c.

Signed-off-by: Geliang Tang <[email protected]>
---
drivers/net/wireless/ath/ath5k/debug.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/drivers/net/wireless/ath/ath5k/debug.c b/drivers/net/wireless/ath/ath5k/debug.c
index 4f8d9ed..d068df5 100644
--- a/drivers/net/wireless/ath/ath5k/debug.c
+++ b/drivers/net/wireless/ath/ath5k/debug.c
@@ -66,7 +66,6 @@

#include <linux/seq_file.h>
#include <linux/list.h>
-#include <linux/vmalloc.h>
#include "debug.h"
#include "ath5k.h"
#include "reg.h"
--
2.9.3


2016-11-24 13:59:22

by Geliang Tang

[permalink] [raw]
Subject: [PATCH] NFC: nfcmrvl: drop duplicate header gpio.h

Drop duplicate header gpio.h from nfcmrvl/spi.c.

Signed-off-by: Geliang Tang <[email protected]>
---
drivers/nfc/nfcmrvl/spi.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/drivers/nfc/nfcmrvl/spi.c b/drivers/nfc/nfcmrvl/spi.c
index a7faa0b..e2881b15 100644
--- a/drivers/nfc/nfcmrvl/spi.c
+++ b/drivers/nfc/nfcmrvl/spi.c
@@ -26,7 +26,6 @@
#include <net/nfc/nci.h>
#include <net/nfc/nci_core.h>
#include <linux/spi/spi.h>
-#include <linux/gpio.h>
#include "nfcmrvl.h"

#define SPI_WAIT_HANDSHAKE 1
--
2.9.3

2016-12-01 11:23:51

by Kalle Valo

[permalink] [raw]
Subject: Re: ath5k: drop duplicate header vmalloc.h

Geliang Tang <[email protected]> wrote:
> Drop duplicate header vmalloc.h from ath5k/debug.c.
>
> Signed-off-by: Geliang Tang <[email protected]>

Patch applied to ath-next branch of ath.git, thanks.

384abd33d5d5 ath5k: drop duplicate header vmalloc.h

--
https://patchwork.kernel.org/patch/9445537/

Documentation about submitting wireless patches and checking status
from patchwork:

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches

2017-04-01 21:43:55

by Samuel Ortiz

[permalink] [raw]
Subject: Re: [PATCH] NFC: nfcmrvl: drop duplicate header gpio.h

Hi Geliang,

On Thu, Nov 24, 2016 at 09:58:34PM +0800, Geliang Tang wrote:
> Drop duplicate header gpio.h from nfcmrvl/spi.c.
>
> Signed-off-by: Geliang Tang <[email protected]>
> ---
> drivers/nfc/nfcmrvl/spi.c | 1 -
> 1 file changed, 1 deletion(-)
Patch applied, thanks.

Cheers,
Samuel.