Re: [git pull] drm - fixes + radeon KMS (part 2)

From: Dave Airlie
Date: Tue Jun 16 2009 - 16:46:39 EST


On Wed, Jun 17, 2009 at 4:20 AM, Linus
Torvalds<torvalds@xxxxxxxxxxxxxxxxxxxx> wrote:
>
>
> On Tue, 16 Jun 2009, Ryan Hope wrote:
>>
>> +#ifdef MODULE
>>  module_init(radeon_init);
>> +#else
>> +late_initcall(radeon_init);
>> +#endif
>
>
> You should never need something like that.
>
> Just do
>
>        late_initcall(radeon_init);

I actually don't think we need either of them, the ordering shuoldn't
matter, its just a bug we need to fix
in the radeon code during staging I expect, in theory you should be
able to load fbcon before/after radeon.

I don't think the intel code suffers from this issue.

Linus can you pull this tree?

Dave.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/