From: Ben Hutchings Date: Mon, 25 Apr 2011 15:54:28 +0000 (+0100) Subject: xhci-hcd: Include in xhci-pci.c X-Git-Tag: upstream/snapshot3+hdmi~10346^2~104 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7fc2a61638ef78cdf8d65d5934782963a6e0fc66;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git xhci-hcd: Include in xhci-pci.c Commit b02d0ed677acb3465e7600366f2353413bf24074 ('xhci: Change hcd_priv into a pointer') added calls to kzalloc() and kfree() in xhci-pci.c. On most architectures is indirectly included, but on some it is not. Signed-off-by: Ben Hutchings Cc: Sarah Sharp , Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/host/xhci-pci.c b/drivers/usb/host/xhci-pci.c index a10494c..cbc4d49 100644 --- a/drivers/usb/host/xhci-pci.c +++ b/drivers/usb/host/xhci-pci.c @@ -21,6 +21,7 @@ */ #include +#include #include "xhci.h"