Commit f1bdede0 authored by Linus Torvalds's avatar Linus Torvalds

Fix link error with RADEON_DEBUG and !RADEON_I2C.

parent 7461d903
......@@ -462,7 +462,7 @@ void __devinit radeon_probe_screens(struct radeonfb_info *rinfo,
RTRACE("Starting monitor auto detection...\n");
#if DEBUG
#if DEBUG && defined(CONFIG_FB_RADEON_I2C)
{
u8 *EDIDs[4] = { NULL, NULL, NULL, NULL };
int mon_types[4] = {MT_NONE, MT_NONE, MT_NONE, MT_NONE};
......
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