-
- Downloads
arm: use the correct prototype for reset_cpu function
Align reset_cpu function with the next prototypes in
sysreset.h or in cpu_func.h to solve compilation issue:
void reset_cpu(void);
This patch solves the prototype conflict when cpu_func.h is
included.
Signed-off-by:
Patrick Delaunay <patrick.delaunay@foss.st.com>
Showing
- arch/arm/mach-mediatek/mt8183/init.c 1 addition, 1 deletionarch/arm/mach-mediatek/mt8183/init.c
- board/congatec/cgtqmx8/cgtqmx8.c 1 addition, 1 deletionboard/congatec/cgtqmx8/cgtqmx8.c
- board/hoperun/hihope-rzg2/hihope-rzg2.c 1 addition, 1 deletionboard/hoperun/hihope-rzg2/hihope-rzg2.c
- board/silinux/ek874/ek874.c 1 addition, 1 deletionboard/silinux/ek874/ek874.c
Please register or sign in to comment