diff options
Diffstat (limited to 'drivers/parisc')
-rw-r--r-- | drivers/parisc/led.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/parisc/led.c b/drivers/parisc/led.c index bf00fa2537bb..8dac2ba82bb9 100644 --- a/drivers/parisc/led.c +++ b/drivers/parisc/led.c | |||
@@ -684,7 +684,7 @@ int __init led_init(void) | |||
684 | int ret; | 684 | int ret; |
685 | 685 | ||
686 | snprintf(lcd_text_default, sizeof(lcd_text_default), | 686 | snprintf(lcd_text_default, sizeof(lcd_text_default), |
687 | "Linux %s", system_utsname.release); | 687 | "Linux %s", init_utsname()->release); |
688 | 688 | ||
689 | /* Work around the buggy PDC of KittyHawk-machines */ | 689 | /* Work around the buggy PDC of KittyHawk-machines */ |
690 | switch (CPU_HVERSION) { | 690 | switch (CPU_HVERSION) { |