diff mbox series

ata: pxa: Drop <linux/gpio.h> include

Message ID 20181113131741.13303-1-linus.walleij@linaro.org
State Not Applicable
Delegated to: David Miller
Headers show
Series ata: pxa: Drop <linux/gpio.h> include | expand

Commit Message

Linus Walleij Nov. 13, 2018, 1:17 p.m. UTC
This driver does not use GPIO or anything from the GPIO header.
Drop the include.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
 drivers/ata/pata_pxa.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Linus Walleij Dec. 4, 2018, 1:06 p.m. UTC | #1
On Tue, Nov 13, 2018 at 2:19 PM Linus Walleij <linus.walleij@linaro.org> wrote:

> This driver does not use GPIO or anything from the GPIO header.
> Drop the include.
>
> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

Ping on this patch.

If nothing happens I will apply it to the GPIO tree.

Yours,
Linus Walleij
Jens Axboe Dec. 5, 2018, 12:15 a.m. UTC | #2
On 11/13/18 6:17 AM, Linus Walleij wrote:
> This driver does not use GPIO or anything from the GPIO header.
> Drop the include.

Applied, thanks.
diff mbox series

Patch

diff --git a/drivers/ata/pata_pxa.c b/drivers/ata/pata_pxa.c
index e8b6a2e464c9..4b9b9e120188 100644
--- a/drivers/ata/pata_pxa.c
+++ b/drivers/ata/pata_pxa.c
@@ -25,7 +25,6 @@ 
 #include <linux/libata.h>
 #include <linux/platform_device.h>
 #include <linux/dmaengine.h>
-#include <linux/gpio.h>
 #include <linux/slab.h>
 #include <linux/completion.h>