Message ID | 20221103101535.715956-1-linus.walleij@linaro.org |
---|---|
State | Accepted |
Commit | 2a296157859287c3b639f7228354c13f7182ed71 |
Headers | show |
Series | [v2] mips: alchemy: gpio: Include the right header | expand |
diff --git a/arch/mips/alchemy/common/gpiolib.c b/arch/mips/alchemy/common/gpiolib.c index a17d7a8909c4..1b16daaa86ae 100644 --- a/arch/mips/alchemy/common/gpiolib.c +++ b/arch/mips/alchemy/common/gpiolib.c @@ -31,7 +31,7 @@ #include <linux/init.h> #include <linux/kernel.h> #include <linux/types.h> -#include <linux/gpio.h> +#include <linux/gpio/driver.h> #include <asm/mach-au1x00/gpio-au1000.h> #include <asm/mach-au1x00/gpio-au1300.h>