patch-2.4.25 linux-2.4.25/arch/mips64/lib/rtc-std.c

Next file: linux-2.4.25/arch/mips64/mm/Makefile
Previous file: linux-2.4.25/arch/mips64/lib/rtc-no.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.24/arch/mips64/lib/rtc-std.c linux-2.4.25/arch/mips64/lib/rtc-std.c
@@ -5,8 +5,9 @@
  *
  * RTC routines for PC style attached Dallas chip.
  *
- * Copyright (C) 1998 by Ralf Baechle
+ * 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)