diff options
-rw-r--r-- | drivers/ata/ahci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/ahci.c b/drivers/ata/ahci.c index ef8642e12a76..ea5b5a33a8b8 100644 --- a/drivers/ata/ahci.c +++ b/drivers/ata/ahci.c | |||
@@ -1145,7 +1145,7 @@ static inline void ahci_gtf_filter_workaround(struct ata_host *host) | |||
1145 | {} | 1145 | {} |
1146 | #endif | 1146 | #endif |
1147 | 1147 | ||
1148 | int ahci_init_interrupts(struct pci_dev *pdev, struct ahci_host_priv *hpriv) | 1148 | static int ahci_init_interrupts(struct pci_dev *pdev, struct ahci_host_priv *hpriv) |
1149 | { | 1149 | { |
1150 | int rc; | 1150 | int rc; |
1151 | unsigned int maxvec; | 1151 | unsigned int maxvec; |