Merge branch '85xx'
[cascardo/linux.git] / arch / powerpc / platforms / powermac / low_i2c.c
index 87eb6bb..e14f9ac 100644 (file)
@@ -1457,6 +1457,9 @@ int __init pmac_i2c_init(void)
                return 0;
        i2c_inited = 1;
 
+       if (!machine_is(powermac))
+               return 0;
+
        /* Probe keywest-i2c busses */
        kw_i2c_probe();