James Hogan 008eb957da usb: xhci: add missing dma-mapping.h includes
A randconfig build hit the following build errors because xhci.c and
xhci-mem.c use dma mapping functions but don't include
<linux/dma-mapping.h>. Add the missing includes to fix the build errors.

drivers/usb/host/xhci.c In function 'xhci_gen_setup':
drivers/usb/host/xhci.c +4872 : error: implicit declaration of function 'dma_set_mask'
drivers/usb/host/xhci.c +4872 : error: implicit declaration of function 'DMA_BIT_MASK'

drivers/usb/host/xhci-mem.c In function 'xhci_free_stream_ctx':
drivers/usb/host/xhci-mem.c +435 : error: implicit declaration of function 'dma_free_coherent'
drivers/usb/host/xhci-mem.c In function 'xhci_alloc_stream_ctx':
drivers/usb/host/xhci-mem.c +463 : error: implicit declaration of function 'dma_alloc_coherent'

Signed-off-by: James Hogan <james.hogan@imgtec.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: linux-usb@vger.kernel.org
Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com>
2013-07-31 11:27:18 -07:00
..
2012-11-21 13:27:17 -08:00
2013-05-27 11:00:52 +09:00
2013-04-23 10:10:29 -07:00
2013-07-02 13:43:38 -07:00
2012-11-21 13:27:17 -08:00
2012-11-21 13:27:17 -08:00
2013-05-30 21:34:31 +09:00
2013-06-24 16:20:43 -07:00
2012-11-21 13:27:16 -08:00
2012-11-21 13:27:16 -08:00
2013-06-06 11:16:44 -07:00
2013-05-27 11:00:52 +09:00
2012-11-21 13:27:16 -08:00
2013-05-27 11:00:52 +09:00
2012-11-21 13:27:16 -08:00
2013-05-27 11:00:52 +09:00
2013-05-27 11:00:52 +09:00
2012-11-21 13:27:17 -08:00
2012-11-21 13:27:17 -08:00
2013-01-24 13:59:26 -08:00
2013-01-25 12:41:02 -08:00
2013-01-24 13:42:09 -08:00
2013-06-08 21:27:51 -07:00