Re: [PATCH] V4L: Events: Include slab.h explicitly

2010-04-28 Thread Sakari Ailus
Sergio Aguirre wrote: After commit ID: commit de380b55f92986c1a84198149cb71b7228d15fbd Author: Tejun Heo t...@kernel.org Date: Wed Mar 24 17:06:43 2010 +0900 percpu: don't implicitly include slab.h from percpu.h slab.h include was not longer implicitly included with

RE: [PATCH] V4L: Events: Include slab.h explicitly

2010-04-27 Thread Aguirre, Sergio
Sakari, This patch is based on your event branch: http://gitorious.org/omap3camera/mainline/commits/event And is required on latest kernel to compile v4l2-event.c, to make use of kmalloc and other slab.h functions/defines. Regards, Sergio -Original Message- From: Aguirre, Sergio

Re: [PATCH] V4L: Events: Include slab.h explicitly

2010-04-27 Thread Mauro Carvalho Chehab
Aguirre, Sergio wrote: Sakari, This patch is based on your event branch: http://gitorious.org/omap3camera/mainline/commits/event And is required on latest kernel to compile v4l2-event.c, to make use of kmalloc and other slab.h functions/defines. True. Sakari, Please, add this patch

Re: [PATCH] V4L: Events: Include slab.h explicitly

2010-04-27 Thread Mauro Carvalho Chehab
Sakari Ailus wrote: Mauro Carvalho Chehab wrote: Aguirre, Sergio wrote: Sakari, This patch is based on your event branch: http://gitorious.org/omap3camera/mainline/commits/event And is required on latest kernel to compile v4l2-event.c, to make use of kmalloc and other slab.h

Re: [PATCH] V4L: Events: Include slab.h explicitly

2010-04-27 Thread Sakari Ailus
Hi Mauro, Mauro Carvalho Chehab wrote: Sakari Ailus wrote: Mauro Carvalho Chehab wrote: Aguirre, Sergio wrote: Sakari, This patch is based on your event branch: http://gitorious.org/omap3camera/mainline/commits/event And is required on latest kernel to compile v4l2-event.c, to make use