diff options
| author | Sergi Granell <[email protected]> | 2019-02-18 15:46:29 +0100 |
|---|---|---|
| committer | Anup Patel <[email protected]> | 2019-02-19 18:22:58 +0530 |
| commit | 72a8272066f040b95e7eb470c8a1ce55f4cd99c7 (patch) | |
| tree | b2d0b2199a9aee9e5c3720d75fde80dca98e38a5 | |
| parent | 4b92518959e371a8c82276a7244aebe9ca4c90de (diff) | |
template: Remove trailing ';'
| -rw-r--r-- | platform/template/platform.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/template/platform.c b/platform/template/platform.c index cf6a052b..15b4da37 100644 --- a/platform/template/platform.c +++ b/platform/template/platform.c @@ -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; } |
