X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=drivers%2Fparisc%2Fled.c;h=58e5c3e8153fde6f6d12b4020bfae8667a1b38b7;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=c7d2d5d996ebc88ef8b00df90edc0572c4c8ce53;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/drivers/parisc/led.c b/drivers/parisc/led.c index c7d2d5d99..58e5c3e81 100644 --- a/drivers/parisc/led.c +++ b/drivers/parisc/led.c @@ -26,7 +26,7 @@ #include #include #include -#include +#include #include #include #include @@ -56,7 +56,7 @@ static int led_heartbeat = 1; static int led_diskio = 1; static int led_lanrxtx = 1; static char lcd_text[32]; -static char lcd_text_default[] = "Linux " UTS_RELEASE; +static char lcd_text_default[32]; #if 0 #define DPRINTK(x) printk x @@ -676,6 +676,9 @@ int __init led_init(void) struct pdc_chassis_info chassis_info; int ret; + snprintf(lcd_text_default, sizeof(lcd_text_default), + "Linux %s", system_utsname.release); + /* Work around the buggy PDC of KittyHawk-machines */ switch (CPU_HVERSION) { case 0x580: /* KittyHawk DC2-100 (K100) */