Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 05997267 authored by Emilio G. Cota's avatar Emilio G. Cota Committed by Greg Kroah-Hartman
Browse files

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

parent 1a85f207
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 {