Okay, seems we're not using extensively such hooks in fact. But fix the expected behaviour at least.
Signed-off-by: Tiago Vignatti <[email protected]> --- hw/xfree86/common/xf86Bus.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/hw/xfree86/common/xf86Bus.c b/hw/xfree86/common/xf86Bus.c index 4213d99..b87074b 100644 --- a/hw/xfree86/common/xf86Bus.c +++ b/hw/xfree86/common/xf86Bus.c @@ -390,8 +390,6 @@ xf86GetDevFromEntity(int entityIndex, int instance) void xf86AccessEnter(void) { - return; - /* * on enter we simply disable routing of special resources * to any bus and let the RAC code to "open" the right bridges. @@ -412,7 +410,6 @@ xf86AccessEnter(void) void xf86AccessLeave(void) { - return; EntityLeave(); } -- 1.6.0.4 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
