]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
ni52: switch to ioremap()
authorAl Viro <viro@ftp.linux.org.uk>
Wed, 19 Mar 2008 09:44:29 +0000 (09:44 +0000)
committerJeff Garzik <jeff@garzik.org>
Wed, 26 Mar 2008 04:18:03 +0000 (00:18 -0400)
commit176f65f3efb55723518d018c8020867f44d05147
tree0d9ad42102b6e567b8b423e3863e6a23629883ef
parent76af5699a359c3683f1c94444826d78be8d42513
ni52: switch to ioremap()

isa_bus_to_virt() is the wrong thing to do here; it happens
to work on i386, but only by accident.  What we want is
normal ioremap/readb/etc. set - it's all in iomem.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/ni52.c