[v1.03] Lets follow the function prototype rules

This commit is contained in:
Dr-Noob
2023-04-13 17:45:32 +02:00
parent 99fd108d0f
commit 5dd6ab60cb
3 changed files with 3 additions and 3 deletions

View File

@@ -618,7 +618,7 @@ struct system_on_chip* guess_soc_from_cpuinfo(struct system_on_chip* soc) {
return soc;
}
char* get_rk_efuse() {
char* get_rk_efuse(void) {
int filelen;
char* rk_soc = read_file(_PATH_RK_EFUSE0, &filelen);
if(rk_soc == NULL) {