Unload submodules.
Signed-off-by: Michal Suchanek <hramrach@centrum.cz> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
b04aff76ac
commit
0d4bb5442c
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue