patch-2.4.21 linux-2.4.21/arch/arm/mach-sa1100/assabet.c

Next file: linux-2.4.21/arch/arm/mach-sa1100/badge4.c
Previous file: linux-2.4.21/arch/arm/mach-sa1100/adsbitsy.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.20/arch/arm/mach-sa1100/assabet.c linux-2.4.21/arch/arm/mach-sa1100/assabet.c
@@ -285,9 +285,9 @@
 }
 
 static struct sa1100_port_fns assabet_port_fns __initdata = {
-	set_mctrl:	assabet_set_mctrl,
-	get_mctrl:	assabet_get_mctrl,
-	pm:		assabet_uart_pm,
+	.set_mctrl	= assabet_set_mctrl,
+	.get_mctrl	= assabet_get_mctrl,
+	.pm		= assabet_uart_pm,
 };
 
 static void __init assabet_map_io(void)

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