aboutsummaryrefslogtreecommitdiff
path: root/bsd-core/tdfx_drv.c
diff options
context:
space:
mode:
authorEric Anholt <anholt@freebsd.org>2005-11-11 09:36:58 +0000
committerEric Anholt <anholt@freebsd.org>2005-11-11 09:36:58 +0000
commitcc1a4dd856a00a041d9321ca2dd6f996f90cfdd8 (patch)
tree97e31fdeb4cffa2ff52cc2efb57abbda0e720c46 /bsd-core/tdfx_drv.c
parentcd4a9ad8e2d7667ea5eff9f1f54c0aca68d40a9e (diff)
Fix breakage from the move of driver ioctl externs to header files.
Diffstat (limited to 'bsd-core/tdfx_drv.c')
-rw-r--r--bsd-core/tdfx_drv.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/bsd-core/tdfx_drv.c b/bsd-core/tdfx_drv.c
index 40a552b9..60427836 100644
--- a/bsd-core/tdfx_drv.c
+++ b/bsd-core/tdfx_drv.c
@@ -41,9 +41,6 @@ static drm_pci_id_list_t tdfx_pciidlist[] = {
tdfx_PCI_IDS
};
-extern drm_ioctl_desc_t tdfx_ioctls[];
-extern int tdfx_max_ioctl;
-
static void tdfx_configure(drm_device_t *dev)
{
dev->driver.buf_priv_size = 1; /* No dev_priv */