diff options
Diffstat (limited to 'drivers/char/drm/i915_drv.c')
-rw-r--r-- | drivers/char/drm/i915_drv.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/char/drm/i915_drv.c b/drivers/char/drm/i915_drv.c index 665da6ac11c6..0508240f4e3b 100644 --- a/drivers/char/drm/i915_drv.c +++ b/drivers/char/drm/i915_drv.c | |||
@@ -69,9 +69,6 @@ static struct pci_device_id pciidlist[] = { | |||
69 | i915_PCI_IDS | 69 | i915_PCI_IDS |
70 | }; | 70 | }; |
71 | 71 | ||
72 | extern drm_ioctl_desc_t i915_ioctls[]; | ||
73 | extern int i915_max_ioctl; | ||
74 | |||
75 | static struct drm_driver driver = { | 72 | static struct drm_driver driver = { |
76 | .driver_features = | 73 | .driver_features = |
77 | DRIVER_USE_AGP | DRIVER_REQUIRE_AGP | DRIVER_USE_MTRR | | 74 | DRIVER_USE_AGP | DRIVER_REQUIRE_AGP | DRIVER_USE_MTRR | |