summaryrefslogtreecommitdiff
path: root/common/chipset.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/chipset.c')
-rw-r--r--common/chipset.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/common/chipset.c b/common/chipset.c
index c62fb6ec7a..1d236fdc14 100644
--- a/common/chipset.c
+++ b/common/chipset.c
@@ -34,8 +34,7 @@ static int command_apreset(int argc, char **argv)
}
DECLARE_CONSOLE_COMMAND(apreset, command_apreset,
"[warm | cold]",
- "Issue AP reset",
- NULL);
+ "Issue AP reset");
static int command_apshutdown(int argc, char **argv)
{
@@ -44,6 +43,5 @@ static int command_apshutdown(int argc, char **argv)
}
DECLARE_CONSOLE_COMMAND(apshutdown, command_apshutdown,
NULL,
- "Force AP shutdown",
- NULL);
+ "Force AP shutdown");
#endif