summaryrefslogtreecommitdiffstats
path: root/drivers/ata
diff options
context:
space:
mode:
authorLinus Walleij2018-11-13 14:17:41 +0100
committerJens Axboe2018-12-05 01:15:20 +0100
commit3e216263ce7707b243dec2dc23b55f660631e856 (patch)
tree08d74c15a4db9bb87c938992828cb74c831352ce /drivers/ata
parentMerge tag 'media/v4.20-4' of git://git.kernel.org/pub/scm/linux/kernel/git/mc... (diff)
downloadkernel-qcow2-linux-3e216263ce7707b243dec2dc23b55f660631e856.tar.gz
kernel-qcow2-linux-3e216263ce7707b243dec2dc23b55f660631e856.tar.xz
kernel-qcow2-linux-3e216263ce7707b243dec2dc23b55f660631e856.zip
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.c1
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>