public inbox for linux-next@vger.kernel.org 
 help / color / mirror / Atom feed
From: Randy Dunlap <randy.dunlap@oracle•com>
To: Alexander Beregalov <a.beregalov@gmail•com>
Cc: hverkuil@xs4all•nl, mchehab@redhat•com,
	linux-media@vger•kernel.org, linux-next@vger•kernel.org
Subject: Re: [PATCH] V4L/DVB: pms: KERNEL_VERSION requires version.h
Date: Thu, 3 Dec 2009 08:20:23 -0800	[thread overview]
Message-ID: <20091203082023.282569b8.randy.dunlap@oracle.com> (raw)
In-Reply-To: <1259833707-23776-1-git-send-email-a.beregalov@gmail.com>

On Thu,  3 Dec 2009 12:48:27 +0300 Alexander Beregalov wrote:

> Fix this build error:
> drivers/media/video/pms.c:682: error: implicit declaration of function 'KERNEL_VERSION'
> 
> Signed-off-by: Alexander Beregalov <a.beregalov@gmail•com>

I've already sent this patch, so I can also ack it...

Acked-by: Randy Dunlap <randy.dunlap@oracle•com>


> ---
>  drivers/media/video/pms.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/drivers/media/video/pms.c b/drivers/media/video/pms.c
> index 00228d5..a118bb1 100644
> --- a/drivers/media/video/pms.c
> +++ b/drivers/media/video/pms.c
> @@ -35,6 +35,7 @@
>  #include <media/v4l2-ioctl.h>
>  #include <media/v4l2-device.h>
>  #include <linux/mutex.h>
> +#include <linux/version.h>
>  
>  #include <asm/uaccess.h>
>  
> -- 


---
~Randy

      reply	other threads:[~2009-12-03 16:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-03  9:48 [PATCH] V4L/DVB: pms: KERNEL_VERSION requires version.h Alexander Beregalov
2009-12-03 16:20 ` Randy Dunlap [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=20091203082023.282569b8.randy.dunlap@oracle.com \
    --to=randy.dunlap@oracle$(echo .)com \
    --cc=a.beregalov@gmail$(echo .)com \
    --cc=hverkuil@xs4all$(echo .)nl \
    --cc=linux-media@vger$(echo .)kernel.org \
    --cc=linux-next@vger$(echo .)kernel.org \
    --cc=mchehab@redhat$(echo .)com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox