]> 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)
commit3a28c3d7c16e30f889c95bb3614b9086332d271d
tree01be6ebd0ad752bac77c3b432cd3ee4b0050b4a8
parent5e6fee757bc839e583b50a09a83660211c9d2e81
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