summaryrefslogtreecommitdiff
path: root/arch/x86/boot/compressed/error.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/boot/compressed/error.c')
-rw-r--r--arch/x86/boot/compressed/error.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/boot/compressed/error.c b/arch/x86/boot/compressed/error.c
index 5313c5cb2b80..19a8251de506 100644
--- a/arch/x86/boot/compressed/error.c
+++ b/arch/x86/boot/compressed/error.c
@@ -7,7 +7,7 @@
#include "misc.h"
#include "error.h"
-void warn(char *m)
+void warn(const char *m)
{
error_putstr("\n\n");
error_putstr(m);