Commit 9a4529ff authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] MPT Fusion build fix

Patch from Hugh Dickins <hugh@veritas.com>

2.5.62's removal of scsi_set_pci_device broke the MPT Fusion build.
parent 970f319a
......@@ -603,7 +603,7 @@ typedef struct _MPT_ADAPTER
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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment