diff options
Diffstat (limited to 'drivers/ata/sata_vsc.c')
-rw-r--r-- | drivers/ata/sata_vsc.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/ata/sata_vsc.c b/drivers/ata/sata_vsc.c index 273d88fcf980..e654b990b905 100644 --- a/drivers/ata/sata_vsc.c +++ b/drivers/ata/sata_vsc.c | |||
@@ -203,8 +203,7 @@ static void vsc_sata_tf_read(struct ata_port *ap, struct ata_taskfile *tf) | |||
203 | * | 203 | * |
204 | * Read the interrupt register and process for the devices that have them pending. | 204 | * Read the interrupt register and process for the devices that have them pending. |
205 | */ | 205 | */ |
206 | static irqreturn_t vsc_sata_interrupt (int irq, void *dev_instance, | 206 | static irqreturn_t vsc_sata_interrupt (int irq, void *dev_instance) |
207 | struct pt_regs *regs) | ||
208 | { | 207 | { |
209 | struct ata_host *host = dev_instance; | 208 | struct ata_host *host = dev_instance; |
210 | unsigned int i; | 209 | unsigned int i; |