summaryrefslogtreecommitdiff
path: root/linux-core/drmP.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2008-06-05 11:11:22 +1000
committerDave Airlie <airlied@redhat.com>2008-06-05 11:11:22 +1000
commit967bd219116a4f20aec828b890a225d2f92afd0b (patch)
tree2ce03e7a65088bc53282eec6f9417942ad10939d /linux-core/drmP.h
parentcf1964f971cc298ece91064953f7d00ed13e541d (diff)
modesetting: initial attempt at debonging fb
Diffstat (limited to 'linux-core/drmP.h')
-rw-r--r--linux-core/drmP.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-core/drmP.h b/linux-core/drmP.h
index 6e627cd9..9845b5c8 100644
--- a/linux-core/drmP.h
+++ b/linux-core/drmP.h
@@ -743,7 +743,7 @@ struct drm_driver {
struct drm_set_version *sv);
/* FB routines, if present */
- int (*fb_probe)(struct drm_device *dev, struct drm_crtc *crtc, struct drm_connector *connector);
+ int (*fb_probe)(struct drm_device *dev);
int (*fb_resize)(struct drm_device *dev, struct drm_crtc *crtc);
/* Master routines */