This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / drivers / isdn / hisax / hisax.h
index dc57917..221d3d7 100644 (file)
@@ -580,7 +580,7 @@ struct teles3_hw {
 
 struct teles0_hw {
        unsigned int cfg_reg;
-       void __iomem *membase;
+       unsigned long membase;
        unsigned long phymem;
 };
 
@@ -751,8 +751,8 @@ struct hfcD_hw {
 struct isurf_hw {
        unsigned int reset;
        unsigned long phymem;
-       void __iomem *isac;
-       void __iomem *isar;
+       unsigned long isac;
+       unsigned long isar;
        struct isar_reg isar_r;
 };