aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/pata_hpt3x3.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ata/pata_hpt3x3.c')
-rw-r--r--drivers/ata/pata_hpt3x3.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/ata/pata_hpt3x3.c b/drivers/ata/pata_hpt3x3.c
index 5f1d385eb592..483ce7c12c9a 100644
--- a/drivers/ata/pata_hpt3x3.c
+++ b/drivers/ata/pata_hpt3x3.c
@@ -148,14 +148,14 @@ static struct ata_port_operations hpt3x3_port_ops = {
148 .qc_prep = ata_qc_prep, 148 .qc_prep = ata_qc_prep,
149 .qc_issue = ata_qc_issue_prot, 149 .qc_issue = ata_qc_issue_prot,
150 150
151 .data_xfer = ata_pio_data_xfer, 151 .data_xfer = ata_data_xfer,
152 152
153 .irq_handler = ata_interrupt, 153 .irq_handler = ata_interrupt,
154 .irq_clear = ata_bmdma_irq_clear, 154 .irq_clear = ata_bmdma_irq_clear,
155 .irq_on = ata_irq_on,
156 .irq_ack = ata_irq_ack,
155 157
156 .port_start = ata_port_start, 158 .port_start = ata_port_start,
157 .port_stop = ata_port_stop,
158 .host_stop = ata_host_stop
159}; 159};
160 160
161/** 161/**
@@ -164,7 +164,7 @@ static struct ata_port_operations hpt3x3_port_ops = {
164 * 164 *
165 * Perform the setup required at boot and on resume. 165 * Perform the setup required at boot and on resume.
166 */ 166 */
167 167
168static void hpt3x3_init_chipset(struct pci_dev *dev) 168static void hpt3x3_init_chipset(struct pci_dev *dev)
169{ 169{
170 u16 cmd; 170 u16 cmd;