mirror of
https://github.com/hardkernel/linux.git
synced 2026-05-18 01:48:55 +09:00
Move platform independent header files to arch/arm/include/asm, leaving those in asm/arch* and asm/plat* alone. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
8 lines
170 B
C
8 lines
170 B
C
#ifndef _ARCH_ARM_GPIO_H
|
|
#define _ARCH_ARM_GPIO_H
|
|
|
|
/* not all ARM platforms necessarily support this API ... */
|
|
#include <asm/arch/gpio.h>
|
|
|
|
#endif /* _ARCH_ARM_GPIO_H */
|