[ARM] Drivers should not make use of architecture private __ioremap
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Thu, 17 Nov 2005 16:46:41 +0000 (16:46 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 17 Nov 2005 16:46:41 +0000 (16:46 +0000)
commit0c2e4b4ff38986e5b6f707d006799bff9663c802
tree8eb0f82cb996813f85e7797226b210b73d804914
parent728f5c076ad000e547aa9e00d16792043ee1bfc6
[ARM] Drivers should not make use of architecture private __ioremap

__ioremap is an architecture private interface and must not be used
by drivers when the architecture independent interface will do just
as well.  Switch the ipaq drivers to use the correct interface.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
drivers/mtd/maps/ipaq-flash.c
drivers/mtd/nand/h1910.c