From: "Antonino A. Daplas" Add __iomem annotations to tdfxfb Signed-off-by: Antonino Daplas Signed-off-by: Andrew Morton --- 25-akpm/include/video/tdfx.h | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN include/video/tdfx.h~fbdev-add-__iomem-annotations-to-tdfxfb include/video/tdfx.h --- 25/include/video/tdfx.h~fbdev-add-__iomem-annotations-to-tdfxfb 2004-10-28 19:16:35.114206648 -0700 +++ 25-akpm/include/video/tdfx.h 2004-10-28 19:16:35.117206192 -0700 @@ -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; _