]> git.baikalelectronics.ru Git - kernel.git/commit
xhci-hcd: Include <linux/slab.h> in xhci-pci.c
authorBen Hutchings <ben@decadent.org.uk>
Mon, 25 Apr 2011 15:54:28 +0000 (16:54 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Sat, 30 Apr 2011 00:33:12 +0000 (17:33 -0700)
commitc6276962fdbf1c6deb516bd146f3484119acfc1d
tree731fcb4e1127baef5ce8e1b5f03a4b9c8e93df85
parent58a35b854e12e47e0912da4aa383d67b23ca6fc1
xhci-hcd: Include <linux/slab.h> in xhci-pci.c

Commit 029575150ba5c958b82ff52794c07cc46d4e8bc8 ('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>
drivers/usb/host/xhci-pci.c