提交 05997267 编写于 作者: E Emilio G. Cota 提交者: Greg Kroah-Hartman

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

Signed-off-by: NEmilio G. Cota <cota@braap.org>
Acked-by: NMartyn Welch <martyn.welch@ge.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 1a85f207
......@@ -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 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册