]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[SCSI] arcmsr: build fix
authorAndrew Morton <akpm@linux-foundation.org>
Tue, 2 Oct 2007 21:37:59 +0000 (14:37 -0700)
committerJames Bottomley <jejb@mulgrave.localdomain>
Fri, 12 Oct 2007 18:54:29 +0000 (14:54 -0400)
drivers/scsi/arcmsr/arcmsr_hba.c:129: error: 'arcmsr_pci_error_detected' undeclared here (not in a function)
drivers/scsi/arcmsr/arcmsr_hba.c:130: error: 'arcmsr_pci_slot_reset' undeclared here (not in a function)

Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/arcmsr/arcmsr_hba.c

index f4d2d523db441d5b5d21d40bbc0a3fa3c78a4d94..cfcf40159eab96e0d512dabec9b39c4c3c19296a 100644 (file)
@@ -125,6 +125,10 @@ static struct scsi_host_template arcmsr_scsi_host_template = {
        .shost_attrs            = arcmsr_host_attrs,
 };
 #ifdef CONFIG_SCSI_ARCMSR_AER
+static pci_ers_result_t arcmsr_pci_slot_reset(struct pci_dev *pdev);
+static pci_ers_result_t arcmsr_pci_error_detected(struct pci_dev *pdev,
+                                               pci_channel_state_t state);
+
 static struct pci_error_handlers arcmsr_pci_error_handlers = {
        .error_detected         = arcmsr_pci_error_detected,
        .slot_reset             = arcmsr_pci_slot_reset,