Skip to content

Commit

Permalink
staging: vme: mark struct vme_master_resource's base address pointer …
Browse files Browse the repository at this point in the history
…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>
  • Loading branch information
Emilio G. Cota authored and Greg Kroah-Hartman committed Nov 16, 2010
1 parent 1a85f20 commit 0599726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/vme/vme_bridge.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 0599726

Please sign in to comment.