]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-parisc/led.h
split the typecheck macros out of include/linux/kernel.h
[linux-2.6-omap-h63xx.git] / include / asm-parisc / led.h
index efadfd543ec64fea09a942c00adc268d1e880cd3..c3405ab9d60ad14d76d4b1cc86acd46ff9611d83 100644 (file)
@@ -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