patch-2.4.25 linux-2.4.25/arch/mips/lib/rtc-std.c
Next file: linux-2.4.25/arch/mips/mips-boards/atlas/atlas_setup.c
Previous file: linux-2.4.25/arch/mips/lib/rtc-no.c
Back to the patch index
Back to the overall index
- Lines: 14
- Date:
2004-02-18 05:36:30.000000000 -0800
- Orig file:
linux-2.4.24/arch/mips/lib/rtc-std.c
- Orig date:
2001-07-02 13:56:40.000000000 -0700
diff -urN linux-2.4.24/arch/mips/lib/rtc-std.c linux-2.4.25/arch/mips/lib/rtc-std.c
@@ -7,6 +7,7 @@
*
* Copyright (C) 1998, 2001 by Ralf Baechle
*/
+#include <linux/module.h>
#include <linux/mc146818rtc.h>
#include <asm/io.h>
@@ -32,3 +33,5 @@
&std_rtc_write_data,
&std_rtc_bcd_mode
};
+
+EXPORT_SYMBOL(rtc_ops);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)