From: Mike Frysinger Date: Sun, 23 May 2010 07:10:35 +0000 (-0400) Subject: Staging: iio: pull in slab.h for kmalloc funcs X-Git-Tag: v2.6.36-rc1~520^2~1^2~438 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1cb6c1f59431f16e46f0d07398cc789ee0a26731;p=pandora-kernel.git Staging: iio: pull in slab.h for kmalloc funcs 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 Acked-by: Jonathan Cameron Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed