staging: vme_user: remove __iomem marking from kern_buf and derivates
authorEmilio G. Cota <cota@braap.org>
Fri, 12 Nov 2010 11:15:27 +0000 (11:15 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 16 Nov 2010 19:40:16 +0000 (11:40 -0800)
kern_buf is not iomem; it comes from kmalloc and is directly
dereferenced.

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>

No differences found