Skip to content

Commit 424b21e

Browse files
arndbandy-shev
authored andcommitted
mips: ar7: include linux/gpio/driver.h
The change to remove the implicit gpio/driver.h include was done after fixing all the other users, but the ar7 file still needs the same change. Reported-by: Naresh Kamboju <naresh.kamboju@linaro.org> Fixes: 21d9526 ("gpiolib: Make the legacy <linux/gpio.h> consumer-only") Signed-off-by: Arnd Bergmann <arnd@arndb.de> Reviewed-by: Florian Fainelli <f.fainelli@gmail.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
1 parent 56b16a9 commit 424b21e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/mips/ar7/gpio.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
#include <linux/init.h>
99
#include <linux/export.h>
10-
#include <linux/gpio.h>
10+
#include <linux/gpio/driver.h>
1111

1212
#include <asm/mach-ar7/ar7.h>
1313

0 commit comments

Comments
 (0)