mirror of
https://github.com/riscv-software-src/opensbi
synced 2025-10-14 21:06:04 +01:00
template: Remove trailing ';'
This commit is contained in:
parent
4b92518959
commit
72a8272066
@ -27,7 +27,7 @@ static int platform_early_init(bool cold_boot)
|
||||
/*
|
||||
* Platform final initialization.
|
||||
*/
|
||||
static int platform_final_init(bool cold_boot);
|
||||
static int platform_final_init(bool cold_boot)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user