From: Sakari Ailus <sakari.ailus@maxwell.research.nokia.com>
To: Sergio Aguirre <saaguirre@ti.com>
Cc: linux-media@vger.kernel.org
Subject: Re: [PATCH] V4L: Events: Include slab.h explicitly
Date: Wed, 28 Apr 2010 17:27:49 +0300 [thread overview]
Message-ID: <4BD845E5.6040709@maxwell.research.nokia.com> (raw)
In-Reply-To: <1272380899-30398-1-git-send-email-saaguirre@ti.com>
Sergio Aguirre wrote:
> After commit ID:
>
> commit de380b55f92986c1a84198149cb71b7228d15fbd
> Author: Tejun Heo <tj@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 sched.h.
>
> So, now we have to include slab.h explicitly.
>
> Signed-off-by: Sergio Aguirre <saaguirre@ti.com>
> ---
> drivers/media/video/v4l2-event.c | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/media/video/v4l2-event.c b/drivers/media/video/v4l2-event.c
> index aea4332..7f31cd2 100644
> --- a/drivers/media/video/v4l2-event.c
> +++ b/drivers/media/video/v4l2-event.c
> @@ -26,6 +26,7 @@
> #include <media/v4l2-fh.h>
> #include <media/v4l2-event.h>
>
> +#include <linux/slab.h>
> #include <linux/sched.h>
>
> int v4l2_event_init(struct v4l2_fh *fh)
Thanks for the patch, Sergio!
I was going to say that I'll send a new pull request but apparently
forgot to send this one in time. Anyway, this is now included in the
patchset, merged with another patch.
Regards,
--
Sakari Ailus
sakari.ailus@maxwell.research.nokia.com
prev parent reply other threads:[~2010-04-28 14:28 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-04-27 15:08 [PATCH] V4L: Events: Include slab.h explicitly Sergio Aguirre
2010-04-27 15:08 ` Aguirre, Sergio
2010-04-27 16:09 ` Mauro Carvalho Chehab
2010-04-27 16:16 ` Sakari Ailus
2010-04-27 16:30 ` Mauro Carvalho Chehab
2010-04-27 20:23 ` Sakari Ailus
2010-04-28 14:27 ` Sakari Ailus [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4BD845E5.6040709@maxwell.research.nokia.com \
--to=sakari.ailus@maxwell.research.nokia.com \
--cc=linux-media@vger.kernel.org \
--cc=saaguirre@ti.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.