From: Sergio Paracuellos Date: Mon, 18 Jun 2018 09:36:04 +0000 (+0200) Subject: staging: mt7621-gpio: avoid including 'gpio.h' X-Git-Tag: v4.19-rc1~101^2~722 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7f68fefbbf94a99b35db393b89b497cd8bae7ae3;p=thirdparty%2Flinux.git staging: mt7621-gpio: avoid including 'gpio.h' Including file '' should be avoided in new drivers code, so just remove it because it is no necessary at all. Signed-off-by: Sergio Paracuellos Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/mt7621-gpio/gpio-mt7621.c b/drivers/staging/mt7621-gpio/gpio-mt7621.c index eb60dd4d96e71..f95310c230c1e 100644 --- a/drivers/staging/mt7621-gpio/gpio-mt7621.c +++ b/drivers/staging/mt7621-gpio/gpio-mt7621.c @@ -5,7 +5,6 @@ */ #include -#include #include #include #include