diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2007-07-26 12:36:09 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-26 14:11:57 -0400 |
commit | 0bd8496b5977f6acfd3c16358045c315d610b765 (patch) | |
tree | a76b71c6eeacc12fd79ffc3b1fdcf330b26907a0 /drivers/video/tgafb.c | |
parent | ad690ef9e690f6c31f7d310b09ef1314bcec9033 (diff) |
drivers/ misc __iomem annotations
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/video/tgafb.c')
-rw-r--r-- | drivers/video/tgafb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/tgafb.c b/drivers/video/tgafb.c index 89facb73edfc..d292a37ec7d6 100644 --- a/drivers/video/tgafb.c +++ b/drivers/video/tgafb.c | |||
@@ -849,7 +849,7 @@ tgafb_clut_imageblit(struct fb_info *info, const struct fb_image *image) | |||
849 | u32 *palette = ((u32 *)info->pseudo_palette); | 849 | u32 *palette = ((u32 *)info->pseudo_palette); |
850 | unsigned long pos, line_length, i, j; | 850 | unsigned long pos, line_length, i, j; |
851 | const unsigned char *data; | 851 | const unsigned char *data; |
852 | void *regs_base, *fb_base; | 852 | void __iomem *regs_base, *fb_base; |
853 | 853 | ||
854 | dx = image->dx; | 854 | dx = image->dx; |
855 | dy = image->dy; | 855 | dy = image->dy; |