Commit c7f81a59 authored by James Bottomley's avatar James Bottomley

fix missed conversion of to_scsi_host -> dev_to_shost in sim710

parent 51d3a4ea
......@@ -155,7 +155,7 @@ sim710_probe_common(struct device *dev, unsigned long base_addr,
static __devexit int
sim710_device_remove(struct device *dev)
{
struct Scsi_Host *host = to_scsi_host(dev);
struct Scsi_Host *host = dev_to_shost(dev);
struct NCR_700_Host_Parameters *hostdata =
(struct NCR_700_Host_Parameters *)host->hostdata[0];
......
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