summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/gma500
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2012-08-24 03:53:49 (GMT)
committerDave Airlie <airlied@redhat.com>2012-08-24 03:53:49 (GMT)
commitce5fdd63752390b89804b1e246de267b398d1515 (patch)
tree59c05462bd3aba05bc64c13011f4e7052b080877 /drivers/gpu/drm/gma500
parent78b9c3537e9c88ea3be2224343d2d08d4d2d4e4d (diff)
downloadlinux-ce5fdd63752390b89804b1e246de267b398d1515.tar.xz
gma500: fix incorrect declaration.
this header was incorrect, caused a build failure. Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/gma500')
-rw-r--r--drivers/gpu/drm/gma500/psb_intel_drv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/gma500/psb_intel_drv.h b/drivers/gpu/drm/gma500/psb_intel_drv.h
index c9710ff..90f2d11 100644
--- a/drivers/gpu/drm/gma500/psb_intel_drv.h
+++ b/drivers/gpu/drm/gma500/psb_intel_drv.h
@@ -289,7 +289,7 @@ extern void gma_intel_teardown_gmbus(struct drm_device *dev);
/* DP support */
extern void cdv_intel_dp_init(struct drm_device *dev, struct psb_intel_mode_device *mode_dev, int output_reg);
-extern void psb_intel_dp_set_m_n(struct drm_crtc *crtc,
+extern void cdv_intel_dp_set_m_n(struct drm_crtc *crtc,
struct drm_display_mode *mode,
struct drm_display_mode *adjusted_mode);