command: Remove the cmd_tbl_t typedef
[oweals/u-boot.git] / include / cpu_func.h
index f701f02bfef0b5258d1451e7d9c40084244e7771..8aa825daa4724e7c88ff2ade5c0ad8b2b3d88cef 100644 (file)
@@ -18,7 +18,7 @@
 int cpu_status(u32 nr);
 int cpu_reset(u32 nr);
 int cpu_disable(u32 nr);
-int cpu_release(u32 nr, int argc, char * const argv[]);
+int cpu_release(u32 nr, int argc, char *const argv[]);
 
 static inline int cpumask_next(int cpu, unsigned int mask)
 {