]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/ata/ahci_platform.c
Merge remote-tracking branch 'wireless-next/master'
[karo-tx-linux.git] / drivers / ata / ahci_platform.c
index 7d3b85385bfc16b92ffe303acf38f343331dfc2e..f9554318504f8a401c97b2221831b1cdbdcdb67f 100644 (file)
@@ -49,10 +49,11 @@ static struct platform_device_id ahci_devtype[] = {
 };
 MODULE_DEVICE_TABLE(platform, ahci_devtype);
 
-static struct ata_port_operations ahci_platform_ops = {
+struct ata_port_operations ahci_platform_ops = {
        .inherits       = &ahci_ops,
        .host_stop      = ahci_host_stop,
 };
+EXPORT_SYMBOL_GPL(ahci_platform_ops);
 
 static struct ata_port_operations ahci_platform_retry_srst_ops = {
        .inherits       = &ahci_pmp_retry_srst_ops,