X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=drivers%2Fide%2Fpci%2Frz1000.h;h=0f4575eed9add094fc82c1a4a5d5e64ab5c7e180;hb=973b9821248435d0a15f0310bc913366a60e338b;hp=30823afe61718be61959890559a3fd65de00622f;hpb=86090fcac5e27b630656fe3d963a6b80e26dac44;p=linux-2.6.git diff --git a/drivers/ide/pci/rz1000.h b/drivers/ide/pci/rz1000.h index 30823afe6..0f4575eed 100644 --- a/drivers/ide/pci/rz1000.h +++ b/drivers/ide/pci/rz1000.h @@ -12,33 +12,18 @@ static ide_pci_device_t rz1000_chipsets[] __devinitdata = { .vendor = PCI_VENDOR_ID_PCTECH, .device = PCI_DEVICE_ID_PCTECH_RZ1000, .name = "RZ1000", - .init_chipset = NULL, - .init_iops = NULL, .init_hwif = init_hwif_rz1000, - .init_dma = NULL, .channels = 2, .autodma = NODMA, - .enablebits = {{0x00,0x00,0x00}, {0x00,0x00,0x00}}, .bootable = ON_BOARD, - .extra = 0, },{ .vendor = PCI_VENDOR_ID_PCTECH, .device = PCI_DEVICE_ID_PCTECH_RZ1001, .name = "RZ1001", - .init_chipset = NULL, - .init_iops = NULL, .init_hwif = init_hwif_rz1000, - .init_dma = NULL, .channels = 2, .autodma = NODMA, - .enablebits = {{0x00,0x00,0x00}, {0x00,0x00,0x00}}, .bootable = ON_BOARD, - .extra = 0, - },{ - .vendor = 0, - .device = 0, - .channels = 0, - .bootable = EOL, } };