diff options
Diffstat (limited to 'cmd/mp.c')
| -rw-r--r-- | cmd/mp.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -26,7 +26,7 @@ static int cpu_status_all(void)  }  static int -cpu_cmd(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) +cpu_cmd(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[])  {  	unsigned long cpuid; | 
