diff options
Diffstat (limited to 'drivers/ide/ns87415.c')
-rw-r--r-- | drivers/ide/ns87415.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ide/ns87415.c b/drivers/ide/ns87415.c index 95327a2c2422..73f78d872d55 100644 --- a/drivers/ide/ns87415.c +++ b/drivers/ide/ns87415.c | |||
@@ -293,7 +293,7 @@ static const struct ide_dma_ops ns87415_dma_ops = { | |||
293 | .dma_sff_read_status = superio_dma_sff_read_status, | 293 | .dma_sff_read_status = superio_dma_sff_read_status, |
294 | }; | 294 | }; |
295 | 295 | ||
296 | static const struct ide_port_info ns87415_chipset __devinitdata = { | 296 | static const struct ide_port_info ns87415_chipset __devinitconst = { |
297 | .name = DRV_NAME, | 297 | .name = DRV_NAME, |
298 | .init_hwif = init_hwif_ns87415, | 298 | .init_hwif = init_hwif_ns87415, |
299 | .tp_ops = &ns87415_tp_ops, | 299 | .tp_ops = &ns87415_tp_ops, |