X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=include%2Fasm-parisc%2Fparisc-device.h;h=1d247e32a6088e180284e5fb7be23ed8ce83f464;hb=6b995751c2e851d2bc9c277b5884d0adb519e31d;hp=cbde8b41c84b10482670d7c7d7fa78231e582cbc;hpb=5658374766d9e0249bd04e9d62bdb8456b916b64;p=mv-sheeva.git diff --git a/include/asm-parisc/parisc-device.h b/include/asm-parisc/parisc-device.h index cbde8b41c84..1d247e32a60 100644 --- a/include/asm-parisc/parisc-device.h +++ b/include/asm-parisc/parisc-device.h @@ -1,7 +1,7 @@ #include struct parisc_device { - unsigned long hpa; /* Hard Physical Address */ + struct resource hpa; /* Hard Physical Address */ struct parisc_device_id id; struct parisc_driver *driver; /* Driver for this device */ char name[80]; /* The hardware description */