Commit b660d129 authored by Antonino Daplas's avatar Antonino Daplas Committed by Linus Torvalds

[PATCH] fbdev: Add __iomem annotations to tdfxfb

Add __iomem annotations to tdfxfb
Signed-off-by: default avatarAntonino Daplas <adaplas@pol.net>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 2ff1bf2e
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment