X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-parisc%2Fled.h;h=c3405ab9d60ad14d76d4b1cc86acd46ff9611d83;hb=c907310fb0a5dd69a7fe11c08368abb0d34a35cb;hp=efadfd543ec64fea09a942c00adc268d1e880cd3;hpb=dad2ad82c5f058367df79de022bd12d36afcd065;p=linux-2.6 diff --git a/include/asm-parisc/led.h b/include/asm-parisc/led.h index efadfd543e..c3405ab9d6 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