From: Andy Shevchenko Date: Mon, 12 Oct 2020 15:40:50 +0000 (+0300) Subject: sh: Drop ARCH_NR_GPIOS definition X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=542baf5108e052684c3abdeea57861f12f89a6b9;p=linux.git sh: Drop ARCH_NR_GPIOS definition The default by generic header is the same, hence drop unnecessary definition. Signed-off-by: Andy Shevchenko Signed-off-by: Rich Felker --- diff --git a/arch/sh/include/asm/gpio.h b/arch/sh/include/asm/gpio.h index 351918894e867..d643250f0a0fa 100644 --- a/arch/sh/include/asm/gpio.h +++ b/arch/sh/include/asm/gpio.h @@ -16,7 +16,6 @@ #include #endif -#define ARCH_NR_GPIOS 512 #include #ifdef CONFIG_GPIOLIB