diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2010-08-23 16:53:28 -0400 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2010-08-29 19:44:56 -0400 |
commit | cbc60ca04b342a4e1f2a1086a7277c077f07dbed (patch) | |
tree | 3979a1304b20cc90a7ec1dce593657435aa48c8d /drivers/gpu/drm/i830 | |
parent | df8fcb09667c1b2c9dcf65de23f0bfa851e8138e (diff) |
drm: kill get_reg_ofs callback
Every driver used the default implementation. Fold that one into
the only callsite and drop the callback.
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/i830')
-rw-r--r-- | drivers/gpu/drm/i830/i830_drv.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i830/i830_drv.c b/drivers/gpu/drm/i830/i830_drv.c index 16352954311c..7140ffc12eee 100644 --- a/drivers/gpu/drm/i830/i830_drv.c +++ b/drivers/gpu/drm/i830/i830_drv.c | |||
@@ -57,7 +57,6 @@ static struct drm_driver driver = { | |||
57 | .device_is_agp = i830_driver_device_is_agp, | 57 | .device_is_agp = i830_driver_device_is_agp, |
58 | .reclaim_buffers_locked = i830_driver_reclaim_buffers_locked, | 58 | .reclaim_buffers_locked = i830_driver_reclaim_buffers_locked, |
59 | .dma_quiescent = i830_driver_dma_quiescent, | 59 | .dma_quiescent = i830_driver_dma_quiescent, |
60 | .get_reg_ofs = drm_core_get_reg_ofs, | ||
61 | #if USE_IRQS | 60 | #if USE_IRQS |
62 | .irq_preinstall = i830_driver_irq_preinstall, | 61 | .irq_preinstall = i830_driver_irq_preinstall, |
63 | .irq_postinstall = i830_driver_irq_postinstall, | 62 | .irq_postinstall = i830_driver_irq_postinstall, |