From: Jan Andersson Date: Fri, 6 May 2011 10:00:15 +0000 (+0200) Subject: USB: UHCI: Move PCI specific functions to uhci-pci.c X-Git-Tag: v3.0-rc1~337^2~59 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c31a65f869f7b8a7039007411c76d7b6f9a63323;p=pandora-kernel.git USB: UHCI: Move PCI specific functions to uhci-pci.c This patch is part of a series that extend the UHCI HCD to support non-PCI controllers. This patch moves PCI specific functions to uhci-pci.c and includes this file in uhci-hcd.c. It also renames the function uhci_init to uhci_pci_init. uhci_init/uhci_pci_init is modified so that the port-detection logic is kept in a new separate function uhci_count_ports() in uhci-hcd.c. Signed-off-by: Jan Andersson Acked-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed