aboutsummaryrefslogtreecommitdiff
path: root/src/arch/x86/verstage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/x86/verstage.c')
-rw-r--r--src/arch/x86/verstage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/x86/verstage.c b/src/arch/x86/verstage.c
index a44bf0fa01..7987e1ca6e 100644
--- a/src/arch/x86/verstage.c
+++ b/src/arch/x86/verstage.c
@@ -17,7 +17,7 @@
#include <vendorcode/google/chromeos/chromeos.h>
/* Provide an entry point for verstage when it's a separate stage. */
-void asmlinkage car_stage_entry(void)
+asmlinkage void car_stage_entry(void)
{
verstage();
}