17924ac1b9
Function GPIOs are not used anymore, and all code use the GPIO numbers directly. Remove the GPIOs enumeration. Signed-off-by: Magnus Damm <damm@opensource.se> Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
8 lines
189 B
C
8 lines
189 B
C
#ifndef __ASM_R8A73A4_H__
|
|
#define __ASM_R8A73A4_H__
|
|
|
|
void r8a73a4_add_standard_devices(void);
|
|
void r8a73a4_clock_init(void);
|
|
void r8a73a4_pinmux_init(void);
|
|
|
|
#endif /* __ASM_R8A73A4_H__ */
|