Hi developers,
for PCMCIA to work compiled as module check_resource needs to be
exported.
Patch appended...
--Servus, Daniel
--- kernel/ksyms.c.orig Wed Mar 1 09:16:24 2000 +++ kernel/ksyms.c Wed Mar 1 13:39:00 2000 @@ -365,6 +365,7 @@ #endif /* resource handling */ +EXPORT_SYMBOL(check_resource); EXPORT_SYMBOL(request_resource); EXPORT_SYMBOL(release_resource); EXPORT_SYMBOL(allocate_resource);
- 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:09 EST