Re: [PATCH -next] v4l2-ctrls.c: needs to include slab.h

2010-08-11 Thread Tony Vroon
On Mon, 2010-08-09 at 10:56 -0700, Randy Dunlap wrote: > From: Randy Dunlap > v4l2-ctrls.c needs to include slab.h to prevent build errors: This appears to have been missed. Running mainline git: Linux amalthea 2.6.35-06998-g3d30701 #1 SMP Wed Aug 11 15:33:16 BST 2010 x86_64 Intel(R) Core(TM)2 Du

[PATCH -next] v4l2-ctrls.c: needs to include slab.h

2010-08-09 Thread Randy Dunlap
From: Randy Dunlap v4l2-ctrls.c needs to include slab.h to prevent build errors: drivers/media/video/v4l2-ctrls.c:766: error: implicit declaration of function 'kzalloc' drivers/media/video/v4l2-ctrls.c:786: error: implicit declaration of function 'kfree' drivers/media/video/v4l2-ctrls.c:1528: