]> git.hungrycats.org Git - linux/commitdiff
[SPARC64]: Use __iomem in chmc.c
authorDavid S. Miller <davem@nuts.davemloft.net>
Wed, 6 Oct 2004 08:57:54 +0000 (01:57 -0700)
committerDavid S. Miller <davem@nuts.davemloft.net>
Wed, 6 Oct 2004 08:57:54 +0000 (01:57 -0700)
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc64/kernel/chmc.c

index 2296525af8551c2b4706a6fdaea197224876e47f..97cf912f0853e7aa45676063648b557b878959eb 100644 (file)
@@ -72,7 +72,7 @@ struct mctrl_info {
        struct obp_mem_layout   layout_prop;
        int                     layout_size;
 
-       void                    *regs;
+       void __iomem            *regs;
 
        u64                     timing_control1;
        u64                     timing_control2;