modesetting: pick_crtcs can't be static
authorDave Airlie <airlied@redhat.com>
Mon, 4 Aug 2008 04:53:14 +0000 (14:53 +1000)
committerDave Airlie <airlied@redhat.com>
Mon, 4 Aug 2008 04:53:14 +0000 (14:53 +1000)
linux-core/drm_crtc_helper.c

index ee1dc25..dc18dbb 100644 (file)
@@ -203,7 +203,7 @@ EXPORT_SYMBOL(drm_helper_disable_unused_functions);
  * LOCKING:
  * Caller must hold mode config lock.
  */
-static void drm_pick_crtcs (struct drm_device *dev)
+void drm_pick_crtcs (struct drm_device *dev)
 {
        int c, o, assigned;
        struct drm_connector *connector, *connector_equal;