diff options
| author | 2018-06-18 11:36:04 +0200 | |
|---|---|---|
| committer | 2018-06-28 21:50:57 +0900 | |
| commit | 7f68fefbbf94a99b35db393b89b497cd8bae7ae3 (patch) | |
| tree | 45194517dd656d777685954061130a24b9bb2bcc | |
| parent | staging: mt7621-gpio: make use 'bgpio_init' from GPIO_GENERIC (diff) | |
staging: mt7621-gpio: avoid including 'gpio.h'
Including file '<linux/gpio.h>' should be avoided in
new drivers code, so just remove it because it is
no necessary at all.
Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
| -rw-r--r-- | drivers/staging/mt7621-gpio/gpio-mt7621.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/mt7621-gpio/gpio-mt7621.c b/drivers/staging/mt7621-gpio/gpio-mt7621.c index eb60dd4d96e7..f95310c230c1 100644 --- a/drivers/staging/mt7621-gpio/gpio-mt7621.c +++ b/drivers/staging/mt7621-gpio/gpio-mt7621.c @@ -5,7 +5,6 @@ */ #include <linux/err.h> -#include <linux/gpio.h> #include <linux/gpio/driver.h> #include <linux/interrupt.h> #include <linux/io.h> |
