From: Ben Hutchings Date: Mon, 25 Apr 2011 15:54:28 +0000 (+0100) Subject: xhci-hcd: Include in xhci-pci.c X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=7fc2a61638ef78cdf8d65d5934782963a6e0fc66;p=mv-sheeva.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 a10494c2f3c..cbc4d491e62 100644 --- a/drivers/usb/host/xhci-pci.c +++ b/drivers/usb/host/xhci-pci.c @@ -21,6 +21,7 @@ */ #include +#include #include "xhci.h"