Skip to content

Commit

Permalink
ata: pxa: Drop <linux/gpio.h> include
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Linus Walleij authored and Jens Axboe committed Dec 5, 2018
1 parent 0072a0c commit 3e21626
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/ata/pata_pxa.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit 3e21626

Please sign in to comment.