[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <4B14BA40.7040500@oracle.com>
Date: Mon, 30 Nov 2009 22:40:00 -0800
From: Randy Dunlap <randy.dunlap@...cle.com>
To: Randy Dunlap <randy.dunlap@...cle.com>
CC: LKML <linux-kernel@...r.kernel.org>, linux-next@...r.kernel.org,
linux-media@...r.kernel.org,
Mauro Carvalho Chehab <mchehab@...radead.org>
Subject: Re: [PATCH -next] media/common/tuners: fix use of KERNEL_VERSION
Randy Dunlap wrote:
> From: Randy Dunlap <randy.dunlap@...cle.com>
>
> pms.c uses KERNEL_VERSION so it needs to include version.h.
Incorrect $subject, sorry.
> drivers/media/video/pms.c:682: error: implicit declaration of function 'KERNEL_VERSION'
>
> Signed-off-by: Randy Dunlap <randy.dunlap@...cle.com>
> ---
> drivers/media/video/pms.c | 1 +
> 1 file changed, 1 insertion(+)
>
> --- linux-next-20091130.orig/drivers/media/video/pms.c
> +++ linux-next-20091130/drivers/media/video/pms.c
> @@ -29,6 +29,7 @@
> #include <linux/mm.h>
> #include <linux/ioport.h>
> #include <linux/init.h>
> +#include <linux/version.h>
> #include <asm/io.h>
> #include <linux/videodev2.h>
> #include <media/v4l2-common.h>
--
~Randy
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists