diff options
| author | Guo Ren (Alibaba DAMO Academy) <guoren@kernel.org> | 2025-10-19 06:55:13 -0400 |
|---|---|---|
| committer | Guo Ren (Alibaba DAMO Academy) <guoren@kernel.org> | 2025-10-19 20:01:52 -0400 |
| commit | 817d21578d51e801df58ab012654486a71073074 (patch) | |
| tree | 0236850d0eabeb3e07c0e25ab360a1e8c6ce1f04 /rust/kernel/str/parse_int.rs | |
| parent | 16464af8312896195462279c4f3d68945d8885fd (diff) | |
csky: Remove compile warning for CONFIG_SMP
When CONFIG_SMP is enabled, there is a compile warning:
arch/csky/kernel/smp.c:242:6: warning: no previous prototype for
'csky_start_secondary' [-Wmissing-prototypes]
242 | void csky_start_secondary(void)
| ^~~~~~~~~~~~~~~~~~~~
Add a similar prototype with csky_start in sections.h.
Signed-off-by: Guo Ren (Alibaba DAMO Academy) <guoren@kernel.org>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Tested-by: Randy Dunlap <rdunlap@infradead.org>
Diffstat (limited to 'rust/kernel/str/parse_int.rs')
0 files changed, 0 insertions, 0 deletions
