Commit 937531b3 authored by Peter Osterlund's avatar Peter Osterlund Committed by Linus Torvalds

[PATCH] Missing initialization code for old radeon driver

You can still build the old driver, but it doesn't work unless you also
enable it like this..
parent 9b74976d
......@@ -223,6 +223,9 @@ static struct {
#ifdef CONFIG_FB_RADEON
{ "radeonfb", radeonfb_init, radeonfb_setup },
#endif
#ifdef CONFIG_FB_RADEON_OLD
{ "radeonfb_old", radeonfb_init, radeonfb_setup },
#endif
#ifdef CONFIG_FB_CONTROL
{ "controlfb", control_init, control_setup },
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment