mirror of
https://github.com/torvalds/linux.git
synced 2024-11-07 12:41:55 +00:00
01afdd1353
Rework gpio registration to remove build-time changing macros. Signed-off-by: Rabin Vincent <rabin.vincent@stericsson.com> Signed-off-by: Linus Walleij <linus.walleij@stericsson.com>
13 lines
260 B
C
13 lines
260 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
|
|
|
|
#include <plat/gpio.h>
|
|
|
|
#endif /* __ASM_ARCH_GPIO_H */
|