diff options
author | Michel Dänzer <[email protected]> | 2009-09-02 16:01:21 +0200 |
---|---|---|
committer | Michel Dänzer <[email protected]> | 2009-09-02 16:01:21 +0200 |
commit | c0cf0fd163397d68acfb2e226a6b9a569ded54cd (patch) | |
tree | 4cde4feb3cd172bd2e78fe897c82c5a88ad54d50 /src/gallium/winsys/drm/intel | |
parent | ea55f8ed8fc18245d74e04c0ae8e1a4911a37f26 (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/intel')
-rw-r--r-- | src/gallium/winsys/drm/intel/xorg/intel_xorg.c | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/src/gallium/winsys/drm/intel/xorg/intel_xorg.c b/src/gallium/winsys/drm/intel/xorg/intel_xorg.c index 28107f4b806..369dc356cf8 100644 --- a/src/gallium/winsys/drm/intel/xorg/intel_xorg.c +++ b/src/gallium/winsys/drm/intel/xorg/intel_xorg.c @@ -47,8 +47,8 @@ static SymTabRec intel_xorg_chipsets[] = { }; static PciChipsets intel_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 intel_xorg_version = { @@ -105,12 +105,6 @@ intel_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. */ |