linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 7/15] fbdev: Add __iomem annotations to tdfxfb
@ 2004-10-29  1:58 Antonino A. Daplas
  0 siblings, 0 replies; only message in thread
From: Antonino A. Daplas @ 2004-10-29  1:58 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Linux Fbdev development list, Hannu Mallat

Add __iomem annotations to tdfxfb

Signed-off-by: Antonino Daplas <adaplas@pol.net>
---
 tdfx.h |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -Nru a/include/video/tdfx.h b/include/video/tdfx.h
--- a/include/video/tdfx.h	2004-10-19 22:45:05 +08:00
+++ b/include/video/tdfx.h	2004-10-28 22:43:22 +08:00
@@ -173,7 +173,7 @@
 struct tdfx_par {
   u32 max_pixclock;
 
-  void *regbase_virt;
+  void __iomem *regbase_virt;
   unsigned long iobase;
   u32 baseline;
 




-------------------------------------------------------
This Newsletter Sponsored by: Macrovision 
For reliable Linux application installations, use the industry's leading
setup authoring tool, InstallShield X. Learn more and evaluate 
today. http://clk.atdmt.com/MSI/go/ins0030000001msi/direct/01/

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-10-29  1:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-29  1:58 [PATCH 7/15] fbdev: Add __iomem annotations to tdfxfb Antonino A. Daplas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).