From: Lennert Buytenhek Date: Fri, 24 Jun 2005 22:11:31 +0000 (+0100) Subject: [PATCH] ARM: 2747/1: allow platforms to provide their own iomap implementation X-Git-Tag: v2.6.13-rc1~68^2~251^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7533fca8e866ee7355ca53f1216e3fa4c718f991;p=pandora-kernel.git [PATCH] ARM: 2747/1: allow platforms to provide their own iomap implementation Patch from Lennert Buytenhek This patch conditionalises the io{read,write}{8,16,32} defines and the prototypes for ioport_map/ioport_unmap in asm-arm/io.h on ioread8 not already having been defined. This is done so that platforms can provide their own implementation of the iomap API, ixp2000 for example needs this. Signed-off-by: Lennert Buytenhek Signed-off-by: Deepak Saxena Signed-off-by: Russell King --- Reading git-diff-tree failed