powerpc: convert CONFIG_PPC_MERGE to CONFIG_PPC for legacy io checks
[pandora-kernel.git] / drivers / block / floppy.c
index 395f8ea..5813e0d 100644 (file)
@@ -4165,7 +4165,7 @@ static int __init floppy_init(void)
        int i, unit, drive;
        int err, dr;
 
-#if defined(CONFIG_PPC_MERGE)
+#if defined(CONFIG_PPC)
        if (check_legacy_ioport(FDC1))
                return -ENODEV;
 #endif