Messages in this thread Patch in this message |  | | Date | Tue, 18 Feb 2003 17:24:16 +0000 (GMT) | From | Hugh Dickins <> | Subject | [PATCH] broken MPT Fusion build |
| |
2.5.62's removal of scsi_set_pci_device broke the MPT Fusion build.
--- 2.5.62/drivers/message/fusion/mptbase.h Thu Jan 2 09:06:16 2003 +++ linux/drivers/message/fusion/mptbase.h Tue Feb 18 16:53:18 2003 @@ -603,7 +603,7 @@ dma_addr_t sense_buf_pool_dma; u32 sense_buf_low_dma; int mtrr_reg; - void *pcidev; /* struct pci_dev pointer */ + struct pci_dev *pcidev; u8 *memmap; /* mmap address */ struct Scsi_Host *sh; /* Scsi Host pointer */ ScsiCfgData spi_data; /* Scsi config. data */ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |