aboutsummaryrefslogtreecommitdiff
path: root/linux-core/drm_crtc_helper.c
diff options
context:
space:
mode:
authorDave Airlie <airlied@linux.ie>2008-06-06 10:38:35 +1000
committerDave Airlie <airlied@linux.ie>2008-06-06 10:39:58 +1000
commit25c1bb334f3a32e3e635e9d5de1abf8abdcc87f0 (patch)
tree60d8196c3c404ff6dc9eaa3f6a6d0ab0d597e163 /linux-core/drm_crtc_helper.c
parent5f94172f81120c56ba07843ff860a9e265dac1f8 (diff)
drm/intel: make hotplug just be an event
Diffstat (limited to 'linux-core/drm_crtc_helper.c')
-rw-r--r--linux-core/drm_crtc_helper.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/linux-core/drm_crtc_helper.c b/linux-core/drm_crtc_helper.c
index edb739f5..777820d7 100644
--- a/linux-core/drm_crtc_helper.c
+++ b/linux-core/drm_crtc_helper.c
@@ -690,8 +690,7 @@ EXPORT_SYMBOL(drm_helper_initial_config);
* RETURNS:
* Zero on success, errno on failure.
*/
-int drm_helper_hotplug_stage_two(struct drm_device *dev, struct drm_connector *connector,
- bool connected)
+int drm_helper_hotplug_stage_two(struct drm_device *dev)
{
dev->mode_config.hotplug_counter++;