projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0072a0c
)
ata: pxa: Drop <linux/gpio.h> include
author
Linus Walleij
<linus.walleij@linaro.org>
Tue, 13 Nov 2018 13:17:41 +0000
(14:17 +0100)
committer
Jens Axboe
<axboe@kernel.dk>
Wed, 5 Dec 2018 00:15:20 +0000
(17:15 -0700)
This driver does not use GPIO or anything from the GPIO header.
Drop the include.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/ata/pata_pxa.c
patch
|
blob
|
history
diff --git
a/drivers/ata/pata_pxa.c
b/drivers/ata/pata_pxa.c
index e8b6a2e464c988e5eb5f586fa38fc426419b1678..4b9b9e1201889cad913ad3bb3ad772a53a38533f 100644
(file)
--- 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>