diff options
Diffstat (limited to 'drivers/ata/ahci.c')
| -rw-r--r-- | drivers/ata/ahci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/ahci.c b/drivers/ata/ahci.c index a83bbcc58b4c..90eabaf81215 100644 --- a/drivers/ata/ahci.c +++ b/drivers/ata/ahci.c | |||
| @@ -580,7 +580,7 @@ static struct pci_driver ahci_pci_driver = { | |||
| 580 | }, | 580 | }, |
| 581 | }; | 581 | }; |
| 582 | 582 | ||
| 583 | #if defined(CONFIG_PATA_MARVELL) || defined(CONFIG_PATA_MARVELL_MODULE) | 583 | #if IS_ENABLED(CONFIG_PATA_MARVELL) |
| 584 | static int marvell_enable; | 584 | static int marvell_enable; |
| 585 | #else | 585 | #else |
| 586 | static int marvell_enable = 1; | 586 | static int marvell_enable = 1; |
