4929f5a8a9
Avoid to define gpio_to_irq() and irq_to_gpio() for potential name confliction since multiple architecture will be built together. Signed-off-by: Haojian Zhuang <haojian.zhuang@marvell.com>
11 lines
213 B
C
11 lines
213 B
C
#ifndef __ASM_MACH_GPIO_H
|
|
#define __ASM_MACH_GPIO_H
|
|
|
|
#include <asm-generic/gpio.h>
|
|
|
|
#define __gpio_is_inverted(gpio) (0)
|
|
#define __gpio_is_occupied(gpio) (0)
|
|
|
|
#include <plat/gpio.h>
|
|
#endif /* __ASM_MACH_GPIO_H */
|