|
@@ -1139,7 +1139,7 @@ static void ahci_dev_config(struct ata_device *dev)
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-static unsigned int ahci_dev_classify(struct ata_port *ap)
|
|
|
+unsigned int ahci_dev_classify(struct ata_port *ap)
|
|
|
{
|
|
|
void __iomem *port_mmio = ahci_port_base(ap);
|
|
|
struct ata_taskfile tf;
|
|
@@ -1153,6 +1153,7 @@ static unsigned int ahci_dev_classify(struct ata_port *ap)
|
|
|
|
|
|
return ata_dev_classify(&tf);
|
|
|
}
|
|
|
+EXPORT_SYMBOL_GPL(ahci_dev_classify);
|
|
|
|
|
|
void ahci_fill_cmd_slot(struct ahci_port_priv *pp, unsigned int tag,
|
|
|
u32 opts)
|