]> err.no Git - linux-2.6/blobdiff - drivers/ata/pata_ns87410.c
Merge git://git.infradead.org/~dwmw2/mtd-2.6.23
[linux-2.6] / drivers / ata / pata_ns87410.c
index d5eb42bdae9abbeebf9e327e4a7c67bab1877f29..2f5d714ebfc4d5c7c844e2405e0ccb6b4bf3d193 100644 (file)
@@ -191,14 +191,14 @@ static struct ata_port_operations ns87410_port_ops = {
 
 static int ns87410_init_one(struct pci_dev *dev, const struct pci_device_id *id)
 {
-       static struct ata_port_info info = {
+       static const struct ata_port_info info = {
                .sht = &ns87410_sht,
-               .flags = ATA_FLAG_SLAVE_POSS | ATA_FLAG_SRST,
+               .flags = ATA_FLAG_SLAVE_POSS,
                .pio_mask = 0x0F,
                .port_ops = &ns87410_port_ops
        };
-       static struct ata_port_info *port_info[2] = {&info, &info};
-       return ata_pci_init_one(dev, port_info, 2);
+       const struct ata_port_info *ppi[] = { &info, NULL };
+       return ata_pci_init_one(dev, ppi);
 }
 
 static const struct pci_device_id ns87410[] = {