[PARISC] Convert parisc_device to use struct resource for hpa
[deliverable/linux.git] / drivers / input / keyboard / hilkbd.c
index 8aa81c9ac2f79148009685c8ae7423be54e7863f..e7a1e14f8b0cc3eb093a95cf4db26ef3c1e1ea62 100644 (file)
@@ -278,11 +278,11 @@ static int __init
 hil_init_chip(struct parisc_device *dev)
 {
        if (!dev->irq) {
-               printk(KERN_WARNING "HIL: IRQ not found for HIL bus at 0x%08lx\n", dev->hpa);
+               printk(KERN_WARNING "HIL: IRQ not found for HIL bus at 0x%08lx\n", dev->hpa.start);
                return -ENODEV;
        }
 
-       hil_base = dev->hpa;
+       hil_base = dev->hpa.start;
        hil_irq  = dev->irq;
        hil_dev.dev_id = dev;
        
This page took 0.025555 seconds and 5 git commands to generate.