patch-2.4.25 linux-2.4.25/arch/mips/lib/rtc-no.c
Next file: linux-2.4.25/arch/mips/lib/rtc-std.c
Previous file: linux-2.4.25/arch/mips/lib/Makefile
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-no.c
- Orig date:
2003-08-25 04:44:40.000000000 -0700
diff -urN linux-2.4.24/arch/mips/lib/rtc-no.c linux-2.4.25/arch/mips/lib/rtc-no.c
@@ -9,6 +9,7 @@
* Copyright (C) 1998, 2001 by Ralf Baechle
*/
#include <linux/kernel.h>
+#include <linux/module.h>
#include <linux/mc146818rtc.h>
static unsigned int shouldnt_happen(void)
@@ -28,3 +29,5 @@
.rtc_write_data = (void *) &shouldnt_happen,
.rtc_bcd_mode = (void *) &shouldnt_happen
};
+
+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)