- Updated to 3.3-rc4.
[linux-flexiantxendom0-3.2.10.git] / drivers / macintosh / adb.c
index b026896..18ba395 100644 (file)
@@ -298,6 +298,10 @@ static int __init adb_init(void)
        if (!machine_is(chrp) && !machine_is(powermac))
                return 0;
 #endif
+#ifdef CONFIG_PPC64
+       if (!machine_is(powermac))
+               return 0;
+#endif
 #ifdef CONFIG_MAC
        if (!MACH_IS_MAC)
                return 0;