From mboxrd@z Thu Jan 1 00:00:00 1970 From: Randy Dunlap Subject: [PATCH -next] media/common/tuners: fix use of KERNEL_VERSION Date: Mon, 30 Nov 2009 22:34:25 -0800 Message-ID: <4B14B8F1.6000805@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Sender: linux-media-owner@vger.kernel.org To: LKML , linux-next@vger.kernel.org, linux-media@vger.kernel.org, Mauro Carvalho Chehab List-Id: linux-next.vger.kernel.org From: Randy Dunlap 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 --- 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 #include #include +#include #include #include #include