From 0d4bb5442ceb8e8e4a8de6cfc4203cae469eee72 Mon Sep 17 00:00:00 2001 From: Michal Suchanek Date: Sat, 8 Oct 2011 14:13:33 +0200 Subject: [PATCH] Unload submodules. Signed-off-by: Michal Suchanek Reviewed-by: Peter Hutterer --- hw/xfree86/common/xf86Helper.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/hw/xfree86/common/xf86Helper.c b/hw/xfree86/common/xf86Helper.c index a8aa316ae2..4e9bcad217 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