mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-24 21:50:20 +01:00
modesetting: pick_crtcs can't be static
This commit is contained in:
parent
922f74f3c9
commit
129c8a1181
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue