patch-2.3.49 linux/arch/arm/kernel/leds-footbridge.c

Next file: linux/arch/arm/kernel/setup.c
Previous file: linux/arch/arm/kernel/irq.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.48/linux/arch/arm/kernel/leds-footbridge.c linux/arch/arm/kernel/leds-footbridge.c
@@ -37,7 +37,7 @@
 
 #ifdef CONFIG_FOOTBRIDGE
 
-static void __ebsa285_text ebsa285_leds_event(led_event_t evt)
+static void ebsa285_leds_event(led_event_t evt)
 {
 	unsigned long flags;
 
@@ -129,7 +129,7 @@
 
 #ifdef CONFIG_ARCH_NETWINDER
 
-static void __netwinder_text netwinder_leds_event(led_event_t evt)
+static void netwinder_leds_event(led_event_t evt)
 {
 	unsigned long flags;
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)