]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/macintosh/adb.c
Merge branch 'fixes' into next
[linux.git] / drivers / macintosh / adb.c
index 4c8097e0e6fe10f7df4b1553703c4357e50edbcd..76e98f0f7a3e5a6c9466c9a56184863b8a3bbd9f 100644 (file)
@@ -65,7 +65,7 @@ static struct adb_driver *adb_driver_list[] = {
 #ifdef CONFIG_ADB_IOP
        &adb_iop_driver,
 #endif
-#if defined(CONFIG_ADB_PMU) || defined(CONFIG_ADB_PMU68K)
+#ifdef CONFIG_ADB_PMU
        &via_pmu_driver,
 #endif
 #ifdef CONFIG_ADB_MACIO