drm/kms/fb: separate fbdev connector list from core drm connectors
authorDave Airlie <airlied@redhat.com>
Tue, 30 Mar 2010 05:34:15 +0000 (05:34 +0000)
committerDave Airlie <airlied@redhat.com>
Wed, 7 Apr 2010 00:28:01 +0000 (10:28 +1000)
This breaks the connection between the core drm connector list
and the fbdev connector usage, and allows them to become disjoint
in the future. It also removes the untype void* that was in the
connector struct to support this.

All connectors are added to the fbdev now but this could be
changed in the future.

Signed-off-by: Dave Airlie <airlied@redhat.com>

No differences found