Staging: iio: pull in slab.h for kmalloc funcs
authorMike Frysinger <vapier@gentoo.org>
Sun, 23 May 2010 07:10:35 +0000 (03:10 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 18 Jun 2010 20:14:32 +0000 (13:14 -0700)
These drivers use kzalloc() but don't include slab.h.  They currently
build though because the spi.h header will pull in slab.h for us.  But
rather than rely on that behavior forever, include slab.h explicitly.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Acked-by: Jonathan Cameron <jic23@cam.ac.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found