mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-20 10:44:23 +08:00
9a9863987b
The last user of the SH-Mobile AG5 (sh73a0) legacy SoC code was the KZM-A9-GT legacy board code, which has been removed. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
7 lines
127 B
C
7 lines
127 B
C
#ifndef __ASM_SH73A0_H__
|
|
#define __ASM_SH73A0_H__
|
|
|
|
extern struct smp_operations sh73a0_smp_ops;
|
|
|
|
#endif /* __ASM_SH73A0_H__ */
|