diff options
Diffstat (limited to 'drivers/ata/ahci_platform.c')
-rw-r--r-- | drivers/ata/ahci_platform.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/ata/ahci_platform.c b/drivers/ata/ahci_platform.c index 7d3b85385bfc..f9554318504f 100644 --- a/drivers/ata/ahci_platform.c +++ b/drivers/ata/ahci_platform.c | |||
@@ -49,10 +49,11 @@ static struct platform_device_id ahci_devtype[] = { | |||
49 | }; | 49 | }; |
50 | MODULE_DEVICE_TABLE(platform, ahci_devtype); | 50 | MODULE_DEVICE_TABLE(platform, ahci_devtype); |
51 | 51 | ||
52 | static struct ata_port_operations ahci_platform_ops = { | 52 | struct ata_port_operations ahci_platform_ops = { |
53 | .inherits = &ahci_ops, | 53 | .inherits = &ahci_ops, |
54 | .host_stop = ahci_host_stop, | 54 | .host_stop = ahci_host_stop, |
55 | }; | 55 | }; |
56 | EXPORT_SYMBOL_GPL(ahci_platform_ops); | ||
56 | 57 | ||
57 | static struct ata_port_operations ahci_platform_retry_srst_ops = { | 58 | static struct ata_port_operations ahci_platform_retry_srst_ops = { |
58 | .inherits = &ahci_pmp_retry_srst_ops, | 59 | .inherits = &ahci_pmp_retry_srst_ops, |