X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=drivers%2Fide%2Fpci%2Fns87415.h;h=a2594c7fd5037a203b1fc0b0946b9e8a22348469;hb=da7238bfbc1c5267bb3c9a79e03b6c296839a07e;hp=597803e40220e9eb56800f9321110be28fe627a9;hpb=86090fcac5e27b630656fe3d963a6b80e26dac44;p=linux-2.6.git diff --git a/drivers/ide/pci/ns87415.h b/drivers/ide/pci/ns87415.h index 597803e40..a2594c7fd 100644 --- a/drivers/ide/pci/ns87415.h +++ b/drivers/ide/pci/ns87415.h @@ -9,22 +9,11 @@ static void init_hwif_ns87415(ide_hwif_t *); static ide_pci_device_t ns87415_chipsets[] __devinitdata = { { /* 0 */ - .vendor = PCI_VENDOR_ID_NS, - .device = PCI_DEVICE_ID_NS_87415, .name = "NS87415", - .init_chipset = NULL, - .init_iops = NULL, .init_hwif = init_hwif_ns87415, .channels = 2, .autodma = AUTODMA, - .enablebits = {{0x00,0x00,0x00}, {0x00,0x00,0x00}}, .bootable = ON_BOARD, - .extra = 0, - },{ - .vendor = 0, - .device = 0, - .channels = 0, - .bootable = EOL, } };