1
0
Fork 0

staging: vme: mark struct vme_master_resource's base address pointer as __iomem

Signed-off-by: Emilio G. Cota <cota@braap.org>
Acked-by: Martyn Welch <martyn.welch@ge.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
hifive-unleashed-5.1
Emilio G. Cota 2010-11-12 11:15:40 +00:00 committed by Greg Kroah-Hartman
parent 1a85f2073d
commit 0599726793
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ struct vme_master_resource {
vme_cycle_t cycle_attr;
vme_width_t width_attr;
struct resource bus_resource;
void *kern_base;
void __iomem *kern_base;
};
struct vme_slave_resource {