diff options
Diffstat (limited to 'include/common.h')
| -rw-r--r-- | include/common.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h index f49607376..39bcd307b 100644 --- a/include/common.h +++ b/include/common.h @@ -673,7 +673,7 @@ void inline show_boot_progress (int val);  #ifdef CONFIG_MP  int cpu_status(int nr);  int cpu_reset(int nr); -int cpu_release(int nr, unsigned long boot_addr, int argc, char *argv[]); +int cpu_release(int nr, int argc, char *argv[]);  #endif  #endif	/* __COMMON_H_ */  |