diff options
author | Dave Airlie <airlied@redhat.com> | 2008-06-04 11:59:28 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2008-06-04 11:59:28 +1000 |
commit | 76a44f14d6339e5bc0c936ef4a360f6c152511bd (patch) | |
tree | 9a30ceb48967616ec1c44760a7ce2a7fb5ea4a04 /linux-core/drmP.h | |
parent | 40229b6ad539cebad5ebe8ca373796ca2422efdb (diff) |
drm/modesetting: overhaul the fb create/delete.
Move TTM code into the driver
Diffstat (limited to 'linux-core/drmP.h')
-rw-r--r-- | linux-core/drmP.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/linux-core/drmP.h b/linux-core/drmP.h index 11c01386..6e627cd9 100644 --- a/linux-core/drmP.h +++ b/linux-core/drmP.h @@ -744,7 +744,6 @@ struct drm_driver { /* FB routines, if present */ int (*fb_probe)(struct drm_device *dev, struct drm_crtc *crtc, struct drm_connector *connector); - int (*fb_remove)(struct drm_device *dev, struct drm_framebuffer *fb); int (*fb_resize)(struct drm_device *dev, struct drm_crtc *crtc); /* Master routines */ |