From: Linus Walleij Date: Sat, 13 Jan 2018 21:56:52 +0000 (+0100) Subject: gpio: bt8xx: Include proper header X-Git-Tag: for-linus-20180210~43^2~3^2~4 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=e88a2ae2befb98f7c9a3accc18e77f0084d03de6;p=linux-block.git gpio: bt8xx: Include proper header This driver has no business including , it is a driver so include . Signed-off-by: Linus Walleij --- diff --git a/drivers/gpio/gpio-bt8xx.c b/drivers/gpio/gpio-bt8xx.c index acefb25e8eca..b8ec75cbd4b5 100644 --- a/drivers/gpio/gpio-bt8xx.c +++ b/drivers/gpio/gpio-bt8xx.c @@ -46,7 +46,7 @@ #include #include #include -#include +#include #include /* Steal the hardware definitions from the bttv driver. */