diff options
Diffstat (limited to 'drivers/ide/pci/via82cxxx.c')
-rw-r--r-- | drivers/ide/pci/via82cxxx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ide/pci/via82cxxx.c b/drivers/ide/pci/via82cxxx.c index 69a2a2c177e7..a0d3c16b68ec 100644 --- a/drivers/ide/pci/via82cxxx.c +++ b/drivers/ide/pci/via82cxxx.c | |||
@@ -432,7 +432,7 @@ static void __devinit init_hwif_via82cxxx(ide_hwif_t *hwif) | |||
432 | hwif->cbl = via82cxxx_cable_detect(hwif); | 432 | hwif->cbl = via82cxxx_cable_detect(hwif); |
433 | } | 433 | } |
434 | 434 | ||
435 | static struct ide_port_info via82cxxx_chipset __devinitdata = { | 435 | static const struct ide_port_info via82cxxx_chipset __devinitdata = { |
436 | .name = "VP_IDE", | 436 | .name = "VP_IDE", |
437 | .init_chipset = init_chipset_via82cxxx, | 437 | .init_chipset = init_chipset_via82cxxx, |
438 | .init_hwif = init_hwif_via82cxxx, | 438 | .init_hwif = init_hwif_via82cxxx, |