aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-parisc/led.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-parisc/led.h')
-rw-r--r--include/asm-parisc/led.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-parisc/led.h b/include/asm-parisc/led.h
index efadfd543ec6..c3405ab9d60a 100644
--- a/include/asm-parisc/led.h
+++ b/include/asm-parisc/led.h
@@ -31,7 +31,7 @@ void __init register_led_regions(void);
#ifdef CONFIG_CHASSIS_LCD_LED
/* writes a string to the LCD display (if possible on this h/w) */
-int lcd_print(char *str);
+int lcd_print(const char *str);
#else
#define lcd_print(str)
#endif