mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-17 08:46:40 +07:00
![Russell King](/assets/img/avatar_default.png)
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 */
|