diff options
Diffstat (limited to 'drivers/char/drm/radeon_drv.c')
-rw-r--r-- | drivers/char/drm/radeon_drv.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/char/drm/radeon_drv.c b/drivers/char/drm/radeon_drv.c index 7074d01ed1dd..ee49670d8162 100644 --- a/drivers/char/drm/radeon_drv.c +++ b/drivers/char/drm/radeon_drv.c | |||
@@ -71,9 +71,6 @@ static struct pci_device_id pciidlist[] = { | |||
71 | radeon_PCI_IDS | 71 | radeon_PCI_IDS |
72 | }; | 72 | }; |
73 | 73 | ||
74 | extern drm_ioctl_desc_t radeon_ioctls[]; | ||
75 | extern int radeon_max_ioctl; | ||
76 | |||
77 | static struct drm_driver driver = { | 74 | static struct drm_driver driver = { |
78 | .driver_features = | 75 | .driver_features = |
79 | DRIVER_USE_AGP | DRIVER_USE_MTRR | DRIVER_PCI_DMA | DRIVER_SG | | 76 | DRIVER_USE_AGP | DRIVER_USE_MTRR | DRIVER_PCI_DMA | DRIVER_SG | |