From: Sebastian Andrzej Siewior Date: Fri, 23 Sep 2011 21:20:02 +0000 (-0700) Subject: usb/xhci: remove CONFIG_PCI in xhci.c's probe function X-Git-Tag: v3.2-rc1~183^2~114 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0cc47d547d7a482434926331265b3713381b1e60;p=pandora-kernel.git usb/xhci: remove CONFIG_PCI in xhci.c's probe function This removes the need of ifdefs within the init function and with it the headache about the correct clean without bus X but with bus/platform Y & Z. xhci-pci is only compiled if CONFIG_PCI is selected which can be de-selected now without trouble. For now the result is kinda useless because we have no other glue code. However, since nobody is using USB_ARCH_HAS_XHCI then it should not be an issue :) Signed-off-by: Sebastian Andrzej Siewior Signed-off-by: Sarah Sharp Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed