diff options
author | Helge Deller <deller@gmx.de> | 2007-01-07 16:07:48 +0100 |
---|---|---|
committer | Kyle McMartin <kyle@athena.road.mcmartin.ca> | 2007-02-17 01:03:43 -0500 |
commit | 6e16d9409e1f08594587855d2a280c391ba985ff (patch) | |
tree | 1d69f83353ce85dfc6f56311f95000e6c8f9e032 /include/asm-parisc/led.h | |
parent | 324c7e6545539d2f7736be930d4833deb32b1b95 (diff) | |
download | linux-6e16d9409e1f08594587855d2a280c391ba985ff.tar.bz2 |
[PARISC] Convert soft power switch driver to kthread
And remove it's reference in time.c.
Allow lcd_print() to take a const char *.
Signed-off-by: Helge Deller <deller@gmx.de>
Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
Diffstat (limited to 'include/asm-parisc/led.h')
-rw-r--r-- | include/asm-parisc/led.h | 2 |
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 |