diff options
| author | Linus Torvalds <torvalds@evo.osdl.org> | 2004-09-10 05:08:13 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@evo.osdl.org> | 2004-09-10 05:08:13 -0700 |
| commit | 15a234b3d81291b5e359276c15b2cf9de16bb9eb (patch) | |
| tree | 88eb97a092f5c4707e7004cb7081285cc375dda7 /include/linux | |
| parent | bd71b573ff6a638f2ab358536566537e334a884f (diff) | |
fbcon: initial PCI memory access annotations
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/fb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/fb.h b/include/linux/fb.h index 673211d62204..190dcfd2e0b7 100644 --- a/include/linux/fb.h +++ b/include/linux/fb.h @@ -602,7 +602,7 @@ struct fb_info { struct fb_pixmap sprite; /* Cursor hardware mapper */ struct fb_cmap cmap; /* Current cmap */ struct fb_ops *fbops; - char *screen_base; /* Virtual address */ + char __iomem *screen_base; /* Virtual address */ int currcon; /* Current VC. */ void *pseudo_palette; /* Fake palette of 16 colors */ #define FBINFO_STATE_RUNNING 0 |
