summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/drm/radeon/xorg/radeon_xorg.c
diff options
context:
space:
mode:
authorMichel Dänzer <daenzer@vmware.com>2009-09-02 16:01:21 +0200
committerMichel Dänzer <daenzer@vmware.com>2009-09-02 16:01:21 +0200
commitc0cf0fd163397d68acfb2e226a6b9a569ded54cd (patch)
tree4cde4feb3cd172bd2e78fe897c82c5a88ad54d50 /src/gallium/winsys/drm/radeon/xorg/radeon_xorg.c
parentea55f8ed8fc18245d74e04c0ae8e1a4911a37f26 (diff)
st/xorg: Remove code no longer support by xserver Git master.
Shouldn't be necessary with older versions either.
Diffstat (limited to 'src/gallium/winsys/drm/radeon/xorg/radeon_xorg.c')
-rw-r--r--src/gallium/winsys/drm/radeon/xorg/radeon_xorg.c10
1 files changed, 2 insertions, 8 deletions
diff --git a/src/gallium/winsys/drm/radeon/xorg/radeon_xorg.c b/src/gallium/winsys/drm/radeon/xorg/radeon_xorg.c
index f2c6ee5f9a..837f2aa8fe 100644
--- a/src/gallium/winsys/drm/radeon/xorg/radeon_xorg.c
+++ b/src/gallium/winsys/drm/radeon/xorg/radeon_xorg.c
@@ -48,8 +48,8 @@ static SymTabRec radeon_xorg_chipsets[] = {
};
static PciChipsets radeon_xorg_pci_devices[] = {
- {PCI_MATCH_ANY, PCI_MATCH_ANY, RES_SHARED_VGA},
- {-1, -1, RES_UNDEFINED}
+ {PCI_MATCH_ANY, PCI_MATCH_ANY, NULL},
+ {-1, -1, NULL}
};
static XF86ModuleVersionInfo radeon_xorg_version = {
@@ -106,12 +106,6 @@ radeon_xorg_setup(pointer module, pointer opts, int *errmaj, int *errmin)
xf86AddDriver(&modesetting, module, HaveDriverFuncs);
/*
- * Tell the loader about symbols from other modules that this module
- * might refer to.
- */
- xorg_tracker_loader_ref_sym_lists();
-
- /*
* The return value must be non-NULL on success even though there
* is no TearDownProc.
*/