diff options
Diffstat (limited to 'drivers/gpu/drm/tdfx')
-rw-r--r-- | drivers/gpu/drm/tdfx/tdfx_drv.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/tdfx/tdfx_drv.c b/drivers/gpu/drm/tdfx/tdfx_drv.c index 640567ef713d..b70fa91d761a 100644 --- a/drivers/gpu/drm/tdfx/tdfx_drv.c +++ b/drivers/gpu/drm/tdfx/tdfx_drv.c | |||
@@ -42,8 +42,6 @@ static struct pci_device_id pciidlist[] = { | |||
42 | static struct drm_driver driver = { | 42 | static struct drm_driver driver = { |
43 | .driver_features = DRIVER_USE_MTRR, | 43 | .driver_features = DRIVER_USE_MTRR, |
44 | .reclaim_buffers = drm_core_reclaim_buffers, | 44 | .reclaim_buffers = drm_core_reclaim_buffers, |
45 | .get_map_ofs = drm_core_get_map_ofs, | ||
46 | .get_reg_ofs = drm_core_get_reg_ofs, | ||
47 | .fops = { | 45 | .fops = { |
48 | .owner = THIS_MODULE, | 46 | .owner = THIS_MODULE, |
49 | .open = drm_open, | 47 | .open = drm_open, |