From: Olof Johansson Date: Tue, 5 Feb 2008 06:27:35 +0000 (-0800) Subject: pcmcia: replace kio_addr_t with unsigned int everywhere X-Git-Tag: v2.6.25-rc1~1037 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=906da809c5be30b4c7f32bb6a489fb25ad794878;p=pandora-kernel.git pcmcia: replace kio_addr_t with unsigned int everywhere Remove kio_addr_t, and replace it with unsigned int. No known architecture needs more than 32 bits for IO addresses and ports and having a separate type for it is just messy. Signed-off-by: Olof Johansson Cc: Christoph Hellwig Cc: Matthew Wilcox Cc: Alan Cox Cc: Dominik Brodowski Cc: Benjamin Herrenschmidt Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed