summaryrefslogtreecommitdiff
path: root/cmd/smccc.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/smccc.c')
-rw-r--r--cmd/smccc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/smccc.c b/cmd/smccc.c
index fb80431ad1..3a4d885e37 100644
--- a/cmd/smccc.c
+++ b/cmd/smccc.c
@@ -4,8 +4,8 @@
* Michalis Pappas <mpappas@fastmail.fm>
*/
#include <asm/psci.h>
-#include <common.h>
#include <command.h>
+#include <vsprintf.h>
#include <linux/arm-smccc.h>
#include <linux/compiler.h>
#include <linux/psci.h>