X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=drivers%2Fisdn%2Fhisax%2Fhisax.h;h=dc5791728d537f8311b7ba69cffc6bc4934aea6d;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=221d3d72fe7632c9d1404cb777489556f04c1e38;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/drivers/isdn/hisax/hisax.h b/drivers/isdn/hisax/hisax.h index 221d3d72f..dc5791728 100644 --- a/drivers/isdn/hisax/hisax.h +++ b/drivers/isdn/hisax/hisax.h @@ -580,7 +580,7 @@ struct teles3_hw { struct teles0_hw { unsigned int cfg_reg; - unsigned long membase; + void __iomem *membase; unsigned long phymem; }; @@ -751,8 +751,8 @@ struct hfcD_hw { struct isurf_hw { unsigned int reset; unsigned long phymem; - unsigned long isac; - unsigned long isar; + void __iomem *isac; + void __iomem *isar; struct isar_reg isar_r; };