diff options
Diffstat (limited to 'drivers/ata/ahci_platform.c')
-rw-r--r-- | drivers/ata/ahci_platform.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/ata/ahci_platform.c b/drivers/ata/ahci_platform.c index 09728e09cb31..dc187c746649 100644 --- a/drivers/ata/ahci_platform.c +++ b/drivers/ata/ahci_platform.c | |||
@@ -277,7 +277,6 @@ static int ahci_resume(struct device *dev) | |||
277 | SIMPLE_DEV_PM_OPS(ahci_pm_ops, ahci_suspend, ahci_resume); | 277 | SIMPLE_DEV_PM_OPS(ahci_pm_ops, ahci_suspend, ahci_resume); |
278 | 278 | ||
279 | static const struct of_device_id ahci_of_match[] = { | 279 | static const struct of_device_id ahci_of_match[] = { |
280 | { .compatible = "calxeda,hb-ahci", }, | ||
281 | { .compatible = "snps,spear-ahci", }, | 280 | { .compatible = "snps,spear-ahci", }, |
282 | {}, | 281 | {}, |
283 | }; | 282 | }; |