diff options
| author | Arnd Bergmann <[email protected]> | 2023-02-08 15:37:22 +0000 |
|---|---|---|
| committer | Andy Shevchenko <[email protected]> | 2023-03-06 10:33:01 +0000 |
| commit | eccb7a00613c804ec7244676090bf6ee43a23da2 (patch) | |
| tree | 71def7ff575350c7f14e638e09de74f4dce95d97 /drivers/gpio/gpio-davinci.c | |
| parent | gpiolib: coldfire: remove custom asm/gpio.h (diff) | |
| download | kernel-eccb7a00613c804ec7244676090bf6ee43a23da2.tar.gz kernel-eccb7a00613c804ec7244676090bf6ee43a23da2.zip | |
gpiolib: remove asm-generic/gpio.h
The asm-generic/gpio.h file is now always included when
using gpiolib, so just move its contents into linux/gpio.h
with a few minor simplifications.
Signed-off-by: Arnd Bergmann <[email protected]>
Reviewed-by: Linus Walleij <[email protected]>
Reviewed-by: Andy Shevchenko <[email protected]>
Signed-off-by: Andy Shevchenko <[email protected]>
Diffstat (limited to 'drivers/gpio/gpio-davinci.c')
| -rw-r--r-- | drivers/gpio/gpio-davinci.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpio/gpio-davinci.c b/drivers/gpio/gpio-davinci.c index 26b1f7465e09..7fc83057990a 100644 --- a/drivers/gpio/gpio-davinci.c +++ b/drivers/gpio/gpio-davinci.c @@ -24,8 +24,6 @@ #include <linux/spinlock.h> #include <linux/pm_runtime.h> -#include <asm-generic/gpio.h> - #define MAX_REGS_BANKS 5 #define MAX_INT_PER_BANK 32 |
