summaryrefslogtreecommitdiff
path: root/cmd/mp.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/mp.c')
-rw-r--r--cmd/mp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/cmd/mp.c b/cmd/mp.c
index 1b4373f2587..261bb8a07d4 100644
--- a/cmd/mp.c
+++ b/cmd/mp.c
@@ -3,9 +3,9 @@
* Copyright 2008-2009 Freescale Semiconductor, Inc.
*/
-#include <common.h>
#include <command.h>
#include <cpu_func.h>
+#include <vsprintf.h>
static int cpu_status_all(void)
{
@@ -42,7 +42,6 @@ cpu_cmd(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[])
return 1;
}
-
if (argc == 3) {
if (strncmp(argv[2], "reset", 5) == 0)
cpu_reset(cpuid);