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
- Lines: 11
- Date:
2003-08-25 04:44:40.000000000 -0700
- Orig file:
linux-2.4.21/arch/mips/lib/rtc-no.c
- Orig date:
2001-07-02 13:56:40.000000000 -0700
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)