mirror of
https://github.com/torvalds/linux.git
synced 2024-12-26 12:52:30 +00:00
4f3f25821c
Add default value for CONFIG_ARCH_NR_GPIO to Kconfig and remove the definition in gpio.h. We can't remove gpio.h yet as asm/gpio.h still includes it. Signed-off-by: Peter De Schrijver <pdeschrijver@nvidia.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
6 lines
85 B
C
6 lines
85 B
C
#ifndef __ASM_ARCH_GPIO_H
|
|
#define __ASM_ARCH_GPIO_H
|
|
|
|
|
|
#endif /* __ASM_ARCH_GPIO_H */
|