[PARISC] Convert parisc_device to use struct resource for hpa
[powerpc.git] / drivers / parisc / lasi.c
index c776c37..a8c2039 100644 (file)
@@ -175,7 +175,7 @@ lasi_init_chip(struct parisc_device *dev)
                return -ENOMEM;
 
        lasi->name = "Lasi";
-       lasi->hpa = dev->hpa;
+       lasi->hpa = dev->hpa.start;
 
        /* Check the 4-bit (yes, only 4) version register */
        lasi->version = gsc_readl(lasi->hpa + LASI_VER) & 0xf;