powerpc: convert CONFIG_PPC_MERGE to CONFIG_PPC for legacy io checks
[safe/jmp/linux-2.6] / drivers / pnp / isapnp / core.c
index 101a835..46455fb 100644 (file)
@@ -1012,7 +1012,7 @@ static int __init isapnp_init(void)
                printk(KERN_INFO "isapnp: ISA Plug & Play support disabled\n");
                return 0;
        }
-#ifdef CONFIG_PPC_MERGE
+#ifdef CONFIG_PPC
        if (check_legacy_ioport(_PIDXR) || check_legacy_ioport(_PNPWRP))
                return -EINVAL;
 #endif