From: Linus Walleij Date: Tue, 20 Aug 2019 13:59:55 +0000 (+0200) Subject: pinctrl: rza2: Include the appropriate headers X-Git-Tag: v5.4-rc1~107^2~13^2 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=0a6864274e4166cde21f26193350c7fcd9716ef5;p=users%2Fjedix%2Flinux-maple.git pinctrl: rza2: Include the appropriate headers This driver is implementing a GPIO driver so include and not the legacy API . When testing it turns out it also relies on implicit inclusion of (readw etc) so make sure to include that as well. Cc: Chris Brandt Cc: Geert Uytterhoeven Signed-off-by: Linus Walleij Signed-off-by: Geert Uytterhoeven --- diff --git a/drivers/pinctrl/pinctrl-rza2.c b/drivers/pinctrl/pinctrl-rza2.c index b0806667e94c6..3be1d833bf25e 100644 --- a/drivers/pinctrl/pinctrl-rza2.c +++ b/drivers/pinctrl/pinctrl-rza2.c @@ -11,7 +11,8 @@ */ #include -#include +#include +#include #include #include #include