From b660d129e7984e4e44582a402fe0e5e6d70b9c59 Mon Sep 17 00:00:00 2001 From: Antonino Daplas Date: Thu, 28 Oct 2004 23:25:28 -0700 Subject: [PATCH] fbdev: Add __iomem annotations to tdfxfb Add __iomem annotations to tdfxfb Signed-off-by: Antonino Daplas Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- include/video/tdfx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/video') diff --git a/include/video/tdfx.h b/include/video/tdfx.h index 96eb4a761c47..a896e4442060 100644 --- a/include/video/tdfx.h +++ b/include/video/tdfx.h @@ -173,7 +173,7 @@ struct banshee_reg { struct tdfx_par { u32 max_pixclock; - void *regbase_virt; + void __iomem *regbase_virt; unsigned long iobase; u32 baseline; -- cgit v1.2.3