Commit 2c74e39c authored by Antonino Daplas's avatar Antonino Daplas Committed by Linus Torvalds

[PATCH] fbdev: Add __iomem annotations to cyber2000fb

Add __iomem annotations to cyber2000fb
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 236d42db
......@@ -66,8 +66,8 @@ struct cfb_info {
struct display_switch *dispsw;
struct display *display;
struct pci_dev *dev;
unsigned char *region;
unsigned char *regs;
unsigned char __iomem *region;
unsigned char __iomem *regs;
u_int id;
int func_use_count;
u_long ref_ps;
......
......@@ -466,8 +466,8 @@ struct cfb_info;
struct cyberpro_info {
struct pci_dev *dev;
unsigned char *regs;
char *fb;
unsigned char __iomem *regs;
char __iomem *fb;
char dev_name[32];
unsigned int fb_size;
unsigned int chip_id;
......
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