diff options
author | Dave Airlie <airlied@starflyer.(none)> | 2005-09-30 04:37:36 -0400 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2005-09-30 04:37:36 -0400 |
commit | b3a83639895a422b25f72eec0a5d1d88c3ac4e9e (patch) | |
tree | 1cd03d53cccb01964ea57564d7be575a29b7fec2 /drivers/char/drm/i830_drv.c | |
parent | 689b9d74b1c00e1316fbb7d1e912fe1227fdb1ab (diff) |
drm: fix all sparse warning on 32-bit x86
Finally cleaned up the sparse warnings for the drm.
Signed-off-by: Dave Airlie <airlied@linux.ie>
Diffstat (limited to 'drivers/char/drm/i830_drv.c')
-rw-r--r-- | drivers/char/drm/i830_drv.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/char/drm/i830_drv.c b/drivers/char/drm/i830_drv.c index 6dad356450bc..acd821e8fe4d 100644 --- a/drivers/char/drm/i830_drv.c +++ b/drivers/char/drm/i830_drv.c | |||
@@ -75,9 +75,6 @@ static struct pci_device_id pciidlist[] = { | |||
75 | i830_PCI_IDS | 75 | i830_PCI_IDS |
76 | }; | 76 | }; |
77 | 77 | ||
78 | extern drm_ioctl_desc_t i830_ioctls[]; | ||
79 | extern int i830_max_ioctl; | ||
80 | |||
81 | static struct drm_driver driver = { | 78 | static struct drm_driver driver = { |
82 | .driver_features = | 79 | .driver_features = |
83 | DRIVER_USE_AGP | DRIVER_REQUIRE_AGP | DRIVER_USE_MTRR | | 80 | DRIVER_USE_AGP | DRIVER_REQUIRE_AGP | DRIVER_USE_MTRR | |