[PATCH] Fix for PCMCIA=m

From: Richard Gooch (rgooch@atnf.csiro.au)
Date: Mon Mar 06 2000 - 01:55:11 EST


  Hi, Linus. The appended patchlet fixes PCMCIA when compiled as
modules. It exports the check_resource symbol.

                                Regards,

                                        Richard....
Permanent: rgooch@atnf.csiro.au
Current: rgooch@ras.ucalgary.ca
===============================================================================
diff -urN linux-2.3.50-pre2/kernel/ksyms.c linux/kernel/ksyms.c
--- linux-2.3.50-pre2/kernel/ksyms.c Sun Feb 27 17:34:27 2000
+++ linux/kernel/ksyms.c Mon Mar 6 17:33:10 2000
@@ -373,6 +373,8 @@
 EXPORT_SYMBOL(__release_region);
 EXPORT_SYMBOL(ioport_resource);
 EXPORT_SYMBOL(iomem_resource);
+EXPORT_SYMBOL(check_resource);
+
 
 /* process management */
 EXPORT_SYMBOL(__wake_up);

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



This archive was generated by hypermail 2b29 : Tue Mar 07 2000 - 21:00:19 EST