From: Linus Walleij Date: Tue, 20 Aug 2019 10:37:15 +0000 (+0200) Subject: mfd: sm501: Include the GPIO driver header X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=f68c0a873ef28637a201ec37e1bafdf040813454;p=linux.git mfd: sm501: Include the GPIO driver header This driver creates a gpio chip so it needs to include the appropriate header explicitly rather than implicitly. Signed-off-by: Linus Walleij Signed-off-by: Lee Jones --- diff --git a/drivers/mfd/sm501.c b/drivers/mfd/sm501.c index d5e34a5eb2502..154270f8d8d78 100644 --- a/drivers/mfd/sm501.c +++ b/drivers/mfd/sm501.c @@ -17,6 +17,7 @@ #include #include #include +#include #include #include