]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-parisc/led.h
[NET]: Don't send ICMP_FRAG_NEEDED for GSO packets
[linux-2.6-omap-h63xx.git] / include / asm-parisc / led.h
index 1ac8ab6c580dfba945a11cf19bcef5feafc2ff48..c3405ab9d60ad14d76d4b1cc86acd46ff9611d83 100644 (file)
@@ -23,9 +23,6 @@
 
 #define LED_CMD_REG_NONE 0             /* NULL == no addr for the cmd register */
 
-/* led tasklet struct */
-extern struct tasklet_struct led_tasklet;
-
 /* register_led_driver() */
 int __init register_led_driver(int model, unsigned long cmd_reg, unsigned long data_reg);
 
@@ -34,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