diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2018-11-13 14:17:41 +0100 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2018-12-04 17:15:20 -0700 |
commit | 3e216263ce7707b243dec2dc23b55f660631e856 (patch) | |
tree | 08d74c15a4db9bb87c938992828cb74c831352ce /drivers/ata | |
parent | 0072a0c14d5b7cb72c611d396f143f5dcd73ebe2 (diff) | |
download | linux-3e216263ce7707b243dec2dc23b55f660631e856.tar.bz2 |
ata: pxa: Drop <linux/gpio.h> include
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>
Diffstat (limited to 'drivers/ata')
-rw-r--r-- | drivers/ata/pata_pxa.c | 1 |
1 files changed, 0 insertions, 1 deletions
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> |