summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Suchanek <hramrach@centrum.cz>2011-10-08 14:13:33 +0200
committerMichal Suchanek <hramrach@centrum.cz>2011-10-18 12:49:29 +0200
commit0d4bb5442ceb8e8e4a8de6cfc4203cae469eee72 (patch)
treec6c3633c29482729ed6494b222fce9372e5f8ff7
parentb04aff76ac2eb461c71b85525a00e25efb8bf267 (diff)
Unload submodules.
Signed-off-by: Michal Suchanek <hramrach@centrum.cz> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--hw/xfree86/common/xf86Helper.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/hw/xfree86/common/xf86Helper.c b/hw/xfree86/common/xf86Helper.c
index a8aa316ae..4e9bcad21 100644
--- a/hw/xfree86/common/xf86Helper.c
+++ b/hw/xfree86/common/xf86Helper.c
@@ -1643,13 +1643,7 @@ xf86LoadOneModule(char *name, pointer opt)
void
xf86UnloadSubModule(pointer mod)
{
- /*
- * This is disabled for now. The loader isn't smart enough yet to undo
- * relocations.
- */
-#if 0
UnloadSubModule(mod);
-#endif
}
Bool