Merge commit 'origin/master' into next
[linux-2.6-block.git] / arch / powerpc / platforms / powermac / feature.c
index 424b633fbe0dba4a61cca1658bc6d31dc9d6bf28..9e1b9fd7520614d3c3840fe839a7611c5824408e 100644 (file)
@@ -2426,7 +2426,7 @@ static int __init probe_motherboard(void)
            }
        }
        for(i=0; i<ARRAY_SIZE(pmac_mb_defs); i++) {
-           if (machine_is_compatible(pmac_mb_defs[i].model_string)) {
+           if (of_machine_is_compatible(pmac_mb_defs[i].model_string)) {
                pmac_mb = pmac_mb_defs[i];
                goto found;
            }