Re: [PATCH -next] media/common/tuners: fix use of KERNEL_VERSION

From: Randy Dunlap
Date: Tue Dec 01 2009 - 01:40:36 EST


Randy Dunlap wrote:
> From: Randy Dunlap <randy.dunlap@xxxxxxxxxx>
>
> 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@xxxxxxxxxx>
> ---
> 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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/