drm/radeon: switch to using late_initcall
authorDave Airlie <airlied@redhat.com>
Tue, 16 Jun 2009 21:41:23 +0000 (07:41 +1000)
committerDave Airlie <airlied@redhat.com>
Tue, 16 Jun 2009 21:44:04 +0000 (07:44 +1000)
commitcc8da5263fa743c33d6503f85113bcb70048e633
tree2b399a18b04fae075b0c5edc762f3ba3dad8b62a
parent6fe7ac3f5b544703581f3829c8c950dc721d976e
drm/radeon: switch to using late_initcall

This fixes an issue where we get inited before fbcon when built-in.

Ideally this should work as a non late_initcall, but this fixes it for now.
We also don't suggest people build this in (at least distro maintainers).

Reported-by: Ryan Hope <rmh3093@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/radeon/radeon_drv.c