summaryrefslogtreecommitdiff
path: root/sys/dev/pci/drm/tdfx_drv.c
diff options
context:
space:
mode:
authorOwain Ainsworth <oga@cvs.openbsd.org>2009-04-03 14:30:58 +0000
committerOwain Ainsworth <oga@cvs.openbsd.org>2009-04-03 14:30:58 +0000
commite5828702c0254b092d852aeb42bdb97fd475c5f0 (patch)
tree6bdae00ee6077b247f77784ffe16fbc1ec72d71f /sys/dev/pci/drm/tdfx_drv.c
parent48c7f1c089354a87f0f958a998cb07683d9b7f1f (diff)
detypedef drm_pci_id_list_t.
Diffstat (limited to 'sys/dev/pci/drm/tdfx_drv.c')
-rw-r--r--sys/dev/pci/drm/tdfx_drv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/pci/drm/tdfx_drv.c b/sys/dev/pci/drm/tdfx_drv.c
index 6a2c4340838..f1153d879ae 100644
--- a/sys/dev/pci/drm/tdfx_drv.c
+++ b/sys/dev/pci/drm/tdfx_drv.c
@@ -43,7 +43,7 @@ struct tdfxdrm_softc {
int tdfxdrm_probe(struct device *, void *, void *);
void tdfxdrm_attach(struct device *, struct device *, void *);
-const static drm_pci_id_list_t tdfxdrm_pciidlist[] = {
+const static struct drm_pcidev tdfxdrm_pciidlist[] = {
{PCI_VENDOR_3DFX, PCI_PRODUCT_3DFX_BANSHEE},
{PCI_VENDOR_3DFX, PCI_PRODUCT_3DFX_VOODOO32000},
{PCI_VENDOR_3DFX, PCI_PRODUCT_3DFX_VOODOO3},