From: Jan Andersson Date: Fri, 6 May 2011 10:00:16 +0000 (+0200) Subject: USB: UHCI: Wrap I/O register accesses X-Git-Tag: v3.0-rc1~337^2~58 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9faa091a409851ac6b3812164d53644074bc89b1;p=pandora-kernel.git USB: UHCI: Wrap I/O register accesses This patch is part of a series that extend the UHCI HCD to support non-PCI controllers. This patch replaces in{b,w,l} and out{b,wl} with calls to local inline functions. This is done so that the register access functions can be extended to support register areas not mapped in PCI I/O space. Signed-off-by: Jan Andersson Acked-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed