diff options
| author | Antonino Daplas <adaplas@hotpop.com> | 2004-10-28 23:25:28 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-10-28 23:25:28 -0700 |
| commit | b660d129e7984e4e44582a402fe0e5e6d70b9c59 (patch) | |
| tree | 83daf3502afeffc1acdfb9d534b22a2db425cc9a /include/video | |
| parent | 2ff1bf2e54272629426a892a80ed44ef47d9480a (diff) | |
[PATCH] fbdev: Add __iomem annotations to tdfxfb
Add __iomem annotations to tdfxfb
Signed-off-by: Antonino Daplas <adaplas@pol.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/video')
| -rw-r--r-- | include/video/tdfx.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
