diff options
Diffstat (limited to 'drivers/ide/pci/sgiioc4.c')
-rw-r--r-- | drivers/ide/pci/sgiioc4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ide/pci/sgiioc4.c b/drivers/ide/pci/sgiioc4.c index 2cbb7fd1ddec..321a4e28ac19 100644 --- a/drivers/ide/pci/sgiioc4.c +++ b/drivers/ide/pci/sgiioc4.c | |||
@@ -558,7 +558,7 @@ static const struct ide_port_ops sgiioc4_port_ops = { | |||
558 | .maskproc = sgiioc4_maskproc, | 558 | .maskproc = sgiioc4_maskproc, |
559 | }; | 559 | }; |
560 | 560 | ||
561 | static struct ide_dma_ops sgiioc4_dma_ops = { | 561 | static const struct ide_dma_ops sgiioc4_dma_ops = { |
562 | .dma_host_set = sgiioc4_dma_host_set, | 562 | .dma_host_set = sgiioc4_dma_host_set, |
563 | .dma_setup = sgiioc4_dma_setup, | 563 | .dma_setup = sgiioc4_dma_setup, |
564 | .dma_start = sgiioc4_dma_start, | 564 | .dma_start = sgiioc4_dma_start, |