]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/pnp/pnpbios/core.c
powerpc: convert CONFIG_PPC_MERGE to CONFIG_PPC for legacy io checks
[linux-2.6-omap-h63xx.git] / drivers / pnp / pnpbios / core.c
index 19a4be1a9a31afd73567724ccdf3b56a03445bc7..0797dd17036924082fcd7353873be4a293c3919b 100644 (file)
@@ -519,7 +519,7 @@ static int __init pnpbios_init(void)
 {
        int ret;
 
-#if defined(CONFIG_PPC_MERGE)
+#if defined(CONFIG_PPC)
        if (check_legacy_ioport(PNPBIOS_BASE))
                return -ENODEV;
 #endif
@@ -577,7 +577,7 @@ static int __init pnpbios_thread_init(void)
 {
        struct task_struct *task;
 
-#if defined(CONFIG_PPC_MERGE)
+#if defined(CONFIG_PPC)
        if (check_legacy_ioport(PNPBIOS_BASE))
                return 0;
 #endif