summaryrefslogtreecommitdiffstats
path: root/drivers/ata/ahci.h
diff options
context:
space:
mode:
authorRob Herring2012-08-17 16:51:50 +0200
committerJeff Garzik2012-08-17 19:26:22 +0200
commitbbb4ab43f82adf02c8b4d0d7e7b7e79d24204b05 (patch)
treef9f0cbd9e228060e7117ebe1a34edcaa8f0c1dd5 /drivers/ata/ahci.h
parentLinux 3.6-rc2 (diff)
downloadkernel-qcow2-linux-bbb4ab43f82adf02c8b4d0d7e7b7e79d24204b05.tar.gz
kernel-qcow2-linux-bbb4ab43f82adf02c8b4d0d7e7b7e79d24204b05.tar.xz
kernel-qcow2-linux-bbb4ab43f82adf02c8b4d0d7e7b7e79d24204b05.zip
ahci: un-staticize ahci_dev_classify
Make ahci_dev_classify available to the ahci platform driver for custom hard reset function. Signed-off-by: Rob Herring <rob.herring@calxeda.com> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'drivers/ata/ahci.h')
-rw-r--r--drivers/ata/ahci.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ata/ahci.h b/drivers/ata/ahci.h
index c2594ddf25b0..57eb1c212a4c 100644
--- a/drivers/ata/ahci.h
+++ b/drivers/ata/ahci.h
@@ -320,6 +320,7 @@ extern struct device_attribute *ahci_sdev_attrs[];
extern struct ata_port_operations ahci_ops;
extern struct ata_port_operations ahci_pmp_retry_srst_ops;
+unsigned int ahci_dev_classify(struct ata_port *ap);
void ahci_fill_cmd_slot(struct ahci_port_priv *pp, unsigned int tag,
u32 opts);
void ahci_save_initial_config(struct device *dev,