From: Linus Walleij Date: Wed, 14 Aug 2019 07:24:03 +0000 (+0200) Subject: mfd: asic3: Include the right header X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=5cd690a308e86bcb10b8a0d6d42f153e82f695f6;p=linux.git mfd: asic3: Include the right header This is a GPIO driver, use the appropriate header rather than the legacy header. Signed-off-by: Linus Walleij Signed-off-by: Lee Jones --- diff --git a/drivers/mfd/asic3.c b/drivers/mfd/asic3.c index 83b18c998d6f0..a6bd2134cea2a 100644 --- a/drivers/mfd/asic3.c +++ b/drivers/mfd/asic3.c @@ -15,7 +15,7 @@ #include #include #include -#include +#include #include #include #include