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