commit | 527c6d7f188f116852141f50b4d008f966bb17f8 | [log] [tgz] |
---|---|---|
author | Sarah Sharp <sarah.a.sharp@linux.intel.com> | Wed Apr 29 19:06:56 2009 -0700 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Mon Jun 15 21:44:50 2009 -0700 |
tree | 80a7ff9ecad1dc6a7652d7dde1a86b9846f9180a | |
parent | c7959fb265d8d5e00eb6d30717eb63e6189a1f07 [diff] |
USB: xhci: Make xhci-mem.c include linux/dmapool.h xhci-mem.c includes calls to dma_pool_alloc() and other functions defined in linux/dmapool.h. Make sure to include that header file. Reported-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>