mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-19 18:58:48 +07:00
fd3edcbe9f
r8a73a4_add_dt_devices() no longer enables any devices so remove it. Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
18 lines
338 B
C
18 lines
338 B
C
#ifndef __ASM_R8A73A4_H__
|
|
#define __ASM_R8A73A4_H__
|
|
|
|
/* DMA slave IDs */
|
|
enum {
|
|
SHDMA_SLAVE_INVALID,
|
|
SHDMA_SLAVE_MMCIF0_TX,
|
|
SHDMA_SLAVE_MMCIF0_RX,
|
|
SHDMA_SLAVE_MMCIF1_TX,
|
|
SHDMA_SLAVE_MMCIF1_RX,
|
|
};
|
|
|
|
void r8a73a4_add_standard_devices(void);
|
|
void r8a73a4_clock_init(void);
|
|
void r8a73a4_pinmux_init(void);
|
|
|
|
#endif /* __ASM_R8A73A4_H__ */
|