From: Dave Airlie Date: Tue, 30 Mar 2010 05:34:15 +0000 (+0000) Subject: drm/kms/fb: separate fbdev connector list from core drm connectors X-Git-Tag: v2.6.35-rc1~451^2~87^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b4c0f3f0eceacb691e2b5570d9b16d751ce1b48;p=pandora-kernel.git drm/kms/fb: separate fbdev connector list from core drm connectors 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 --- Reading git-diff-tree failed