gpiolib: remove empty asm/gpio.h files
authorArnd Bergmann <arnd@arndb.de>
Tue, 7 Feb 2023 14:29:41 +0000 (16:29 +0200)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 6 Mar 2023 10:33:01 +0000 (12:33 +0200)
commitee5a66d87cddc77f8e727ca1d3f4dcbeefb3cb49
tree983cfb682ac7783fcf2285f6d27dd795093f6904
parent21d9526d13b5467b0a6532e5a8b0eb04c01ce326
gpiolib: remove empty asm/gpio.h files

The arm and sh versions of this file are identical to the generic
versions and can just be removed.

The drivers that actually use the sh3 specific version also include
cpu/gpio.h directly, with the exception of magicpanelr2, which is
easily fixed. This leaves coldfire as the only gpio driver
that needs something custom for gpiolib.

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
arch/arm/Kconfig
arch/arm/include/asm/gpio.h [deleted file]
arch/sh/Kconfig
arch/sh/boards/board-magicpanelr2.c
arch/sh/include/asm/gpio.h [deleted file]