xhci-hcd: Include <linux/slab.h> in xhci-pci.c

Commit b02d0ed677 ('xhci: Change
hcd_priv into a pointer') added calls to kzalloc() and kfree() in
xhci-pci.c.  On most architectures <linux/slab.h> is indirectly
included, but on some it is not.

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Cc: Sarah Sharp <sarah.a.sharp@linux.intel.com>,
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Ben Hutchings 2011-04-25 16:54:28 +01:00 committed by Greg Kroah-Hartman
parent 643de6240b
commit 7fc2a61638
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@
*/
#include <linux/pci.h>
#include <linux/slab.h>
#include "xhci.h"