patch-2.1.21 linux/arch/sparc/kernel/sparc_ksyms.c
Next file: linux/arch/sparc/kernel/sys_sunos.c
Previous file: linux/arch/sparc/defconfig
Back to the patch index
Back to the overall index
- Lines: 13
- Date:
Tue Jan 14 08:58:19 1997
- Orig file:
v2.1.20/linux/arch/sparc/kernel/sparc_ksyms.c
- Orig date:
Tue Dec 31 21:40:59 1996
diff -u --recursive --new-file v2.1.20/linux/arch/sparc/kernel/sparc_ksyms.c linux/arch/sparc/kernel/sparc_ksyms.c
@@ -67,10 +67,8 @@
*/
#define EXPORT_SYMBOL_DOT(sym) \
-extern int __sparc_dot_ ## sym (int) __asm__("." ## #sym); \
-const struct module_symbol __export_dot_##sym \
-__attribute__((section("__ksymtab"))) = \
-{ (unsigned long) &__sparc_dot_ ## sym, "." ## #sym }
+extern int __sparc_dot_ ## sym (int) __asm__("." #sym); \
+__EXPORT_SYMBOL(__sparc_dot_ ## sym, "." #sym)
/* used by various drivers */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov