Unload submodules.

Signed-off-by: Michal Suchanek <hramrach@centrum.cz>
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Michal Suchanek 2011-10-08 14:13:33 +02:00
parent b04aff76ac
commit 0d4bb5442c

View File

@ -1643,13 +1643,7 @@ xf86LoadOneModule(char *name, pointer opt)
void void
xf86UnloadSubModule(pointer mod) xf86UnloadSubModule(pointer mod)
{ {
/*
* This is disabled for now. The loader isn't smart enough yet to undo
* relocations.
*/
#if 0
UnloadSubModule(mod); UnloadSubModule(mod);
#endif
} }
Bool Bool