[patch] i386 ksyms cleanup

From: Matthew Dobson (colpatch@us.ibm.com)
Date: Thu Aug 15 2002 - 18:49:52 EST


This is a very trivial change. Just moving the EXPORT_SYMBOL for xquad_portio
up in the file into the platform dependent area... More appropriate there.

-Matt

diff -Nur linux-2.5.31-vanilla/arch/i386/kernel/i386_ksyms.c linux-2.5.31-xquad/arch/i386/kernel/i386_ksyms.c
--- linux-2.5.31-vanilla/arch/i386/kernel/i386_ksyms.c Sat Aug 10 18:41:28 2002
+++ linux-2.5.31-xquad/arch/i386/kernel/i386_ksyms.c Thu Aug 15 14:29:58 2002
@@ -58,6 +58,9 @@
 EXPORT_SYMBOL(EISA_bus);
 #endif
 EXPORT_SYMBOL(MCA_bus);
+#ifdef CONFIG_MULTIQUAD
+EXPORT_SYMBOL(xquad_portio);
+#endif
 EXPORT_SYMBOL(__verify_write);
 EXPORT_SYMBOL(dump_thread);
 EXPORT_SYMBOL(dump_fpu);
@@ -170,7 +173,3 @@
 EXPORT_SYMBOL(is_sony_vaio_laptop);
 
 EXPORT_SYMBOL(__PAGE_KERNEL);
-
-#ifdef CONFIG_MULTIQUAD
-EXPORT_SYMBOL(xquad_portio);
-#endif

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Thu Aug 15 2002 - 22:00:41 EST