patch-2.4.22 linux-2.4.22/arch/mips/lib/rtc-no.c

Next file: linux-2.4.22/arch/mips/math-emu/cp1emu.c
Previous file: linux-2.4.22/arch/mips/lib/r3k_dump_tlb.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.21/arch/mips/lib/rtc-no.c linux-2.4.22/arch/mips/lib/rtc-no.c
@@ -24,7 +24,7 @@
 }
 
 struct rtc_ops no_rtc_ops = {
-    rtc_read_data:  (void *) &shouldnt_happen,
-    rtc_write_data: (void *) &shouldnt_happen,
-    rtc_bcd_mode:   (void *) &shouldnt_happen
+    .rtc_read_data  = (void *) &shouldnt_happen,
+    .rtc_write_data = (void *) &shouldnt_happen,
+    .rtc_bcd_mode   = (void *) &shouldnt_happen
 };

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