net: s2io: simplify logical constraint
[deliverable/linux.git] / drivers / ata / ahci.c
index a83bbcc58b4c231b7cab78741dcfa8c7fee8b7b6..90eabaf812150dbfcff32e173f4c48f2cfcd801c 100644 (file)
@@ -580,7 +580,7 @@ static struct pci_driver ahci_pci_driver = {
        },
 };
 
-#if defined(CONFIG_PATA_MARVELL) || defined(CONFIG_PATA_MARVELL_MODULE)
+#if IS_ENABLED(CONFIG_PATA_MARVELL)
 static int marvell_enable;
 #else
 static int marvell_enable = 1;
This page took 0.03434 seconds and 5 git commands to generate.