From: Sebastian Andrzej Siewior Date: Fri, 23 Sep 2011 21:19:59 +0000 (-0700) Subject: usb/xhci: replace pci_*_consistent() with dma_*_coherent() X-Git-Tag: v3.2-rc1~183^2~117 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22d45f01a836c2f5826b8b4b9e029e5f79afec57;p=pandora-kernel.git usb/xhci: replace pci_*_consistent() with dma_*_coherent() pci_*_consistent() calls dma_*_coherent() with GFP_ATOMIC and requires pci_dev struct. This is a preparion for later where we no longer have the pci struct around. Signed-off-by: Sebastian Andrzej Siewior Signed-off-by: Sarah Sharp Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed