aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-parisc
diff options
context:
space:
mode:
authorHelge Deller <deller@gmx.de>2007-01-07 16:07:48 +0100
committerKyle McMartin <kyle@athena.road.mcmartin.ca>2007-02-17 01:03:43 -0500
commit6e16d9409e1f08594587855d2a280c391ba985ff (patch)
tree1d69f83353ce85dfc6f56311f95000e6c8f9e032 /include/asm-parisc
parent[PARISC] disable cr16 clocksource when multiple CPUs are online (diff)
downloadlinux-dev-6e16d9409e1f08594587855d2a280c391ba985ff.tar.xz
linux-dev-6e16d9409e1f08594587855d2a280c391ba985ff.zip
[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')
-rw-r--r--include/asm-parisc/led.h2
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