From: Sarah Sharp Date: Thu, 30 Apr 2009 02:06:56 +0000 (-0700) Subject: USB: xhci: Make xhci-mem.c include linux/dmapool.h X-Git-Tag: v2.6.31-rc1~304^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=527c6d7f188f116852141f50b4d008f966bb17f8;p=pandora-kernel.git 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 Signed-off-by: Sarah Sharp Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed