]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/scsi/jazz_esp.c
[ARM] 4915/1: AT91: Update defconfigs (Part 2)
[linux-2.6-omap-h63xx.git] / drivers / scsi / jazz_esp.c
index 81e497d9eae022e496cdab7a6582291e750cc96d..5d231015bb2058abebe009fbfdadae98f85cf8d9 100644 (file)
@@ -1,6 +1,6 @@
 /* jazz_esp.c: ESP front-end for MIPS JAZZ systems.
  *
- * Copyright (C) 2007 Thomas Bogendörfer (tsbogend@alpha.frankende)
+ * Copyright (C) 2007 Thomas Bogendörfer (tsbogend@alpha.frankende)
  */
 
 #include <linux/kernel.h>
@@ -143,7 +143,7 @@ static int __devinit esp_jazz_probe(struct platform_device *dev)
                goto fail;
 
        host->max_id = 8;
-       esp = host_to_esp(host);
+       esp = shost_priv(host);
 
        esp->host = host;
        esp->dev = dev;