Re: [patch] 2.4.0-test10-pre6 remove get_module_symbol MTD/DRM/AGP

2000-11-06 Thread David Woodhouse
[EMAIL PROTECTED] said: > Any comments before it goes to Linus? I'd prefer to update MTD separately if and when the inter_module_xxx support gets into both 2.2 and 2.4. Could you first provide a patch which adds this support - when it's merged into both 2.2 and 2.4 I'll update the MTD code

[patch] 2.4.0-test10-pre6 remove get_module_symbol MTD/DRM/AGP

2000-11-05 Thread Keith Owens
The get_module_symbol and put_module_symbol functions do not work when the kernel is compiled with CONFIG_MODVERSIONS. They are a third mechanism for modules to pass data to each other, the other two are exported symbols which are resolved at insmod time or via registration functions. Because xx