]> git.baikalelectronics.ru Git - kernel.git/commit
usb/xhci: hide MSI code behind PCI bars
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>
Fri, 23 Sep 2011 21:19:58 +0000 (14:19 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 26 Sep 2011 22:51:12 +0000 (15:51 -0700)
commita5d9bf2dc70126eb2f92b52a343d92b2d5a98b50
tree01be6ebd0ad752bac77c3b432cd3ee4b0050b4a8
parentcac0a92661273f09a295a8bfe00fc66f8ddd2443
usb/xhci: hide MSI code behind PCI bars

The MSI related fuctionality requires a few structs which are not
available if CONFIG_PCI is not enabled. This is a prepartion to allow
xhci be built without CONFIG_PCI set.

Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/host/xhci.c