mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-12 13:26:42 +07:00
94117cb8db
After recent consolidations the Nomadik <plat/gpio.h> is entirely superfluous, so get rid of it. Reported-by: Russell King <linux@arm.linux.org.uk> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
11 lines
236 B
C
11 lines
236 B
C
#ifndef __ASM_ARCH_GPIO_H
|
|
#define __ASM_ARCH_GPIO_H
|
|
|
|
/*
|
|
* 288 (#267 is the highest one actually hooked up) onchip GPIOs, plus enough
|
|
* room for a couple of GPIO expanders.
|
|
*/
|
|
#define ARCH_NR_GPIOS 350
|
|
|
|
#endif /* __ASM_ARCH_GPIO_H */
|