]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/powerpc/boot/ofconsole.c
[POWERPC] Fix constantness of bootwrapper arg
[linux-2.6-omap-h63xx.git] / arch / powerpc / boot / ofconsole.c
index 00c9dc92dd2f37bb1ee2d8e720f33796b3b0b491..43c0f36c3326b83dfddac2babcd22ad6b84c7cd6 100644 (file)
@@ -33,7 +33,7 @@ static int of_console_open(void)
        return -1;
 }
 
-static void of_console_write(char *buf, int len)
+static void of_console_write(const char *buf, int len)
 {
        of_call_prom("write", 3, 1, of_stdout_handle, buf, len);
 }