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>
This commit is contained in:
Linus Walleij 2018-11-13 14:17:41 +01:00 committed by Jens Axboe
parent 0072a0c14d
commit 3e216263ce
1 changed files with 0 additions and 1 deletions

View File

@ -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>