[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <4B14B8F1.6000805@oracle.com>
Date: Mon, 30 Nov 2009 22:34:25 -0800
From: Randy Dunlap <randy.dunlap@...cle.com>
To: LKML <linux-kernel@...r.kernel.org>, linux-next@...r.kernel.org,
linux-media@...r.kernel.org,
Mauro Carvalho Chehab <mchehab@...radead.org>
Subject: [PATCH -next] media/common/tuners: fix use of KERNEL_VERSION
From: Randy Dunlap <randy.dunlap@...cle.com>
pms.c uses KERNEL_VERSION so it needs to include version.h.
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>
--
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