diff options
| author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2011-10-25 18:20:57 -0400 |
|---|---|---|
| committer | Dave Airlie <airlied@redhat.com> | 2012-07-19 22:50:28 -0400 |
| commit | b0071efe827f68cf173e1a8868b70618e9aca7d7 (patch) | |
| tree | 94b8d7ea720143811f223a2ae5ed2e7365390b52 /drivers/gpu/drm/tdfx | |
| parent | e2b3c5b64b35af35b0715936f88212c457394c2f (diff) | |
drm: kill reclaim_buffers callback
All leftover users either haven't set DRIVER_HAVE_DMA, in which
case this will never be called, or use the drm_core implementation.
Call that directly in the only callsite.
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/tdfx')
| -rw-r--r-- | drivers/gpu/drm/tdfx/tdfx_drv.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/tdfx/tdfx_drv.c b/drivers/gpu/drm/tdfx/tdfx_drv.c index 1613c78544c0..90f6b13acfac 100644 --- a/drivers/gpu/drm/tdfx/tdfx_drv.c +++ b/drivers/gpu/drm/tdfx/tdfx_drv.c | |||
| @@ -54,7 +54,6 @@ static const struct file_operations tdfx_driver_fops = { | |||
| 54 | 54 | ||
| 55 | static struct drm_driver driver = { | 55 | static struct drm_driver driver = { |
| 56 | .driver_features = DRIVER_USE_MTRR, | 56 | .driver_features = DRIVER_USE_MTRR, |
| 57 | .reclaim_buffers = drm_core_reclaim_buffers, | ||
| 58 | .fops = &tdfx_driver_fops, | 57 | .fops = &tdfx_driver_fops, |
| 59 | .name = DRIVER_NAME, | 58 | .name = DRIVER_NAME, |
| 60 | .desc = DRIVER_DESC, | 59 | .desc = DRIVER_DESC, |
