From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753283AbZLAGf2 (ORCPT ); Tue, 1 Dec 2009 01:35:28 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752036AbZLAGf0 (ORCPT ); Tue, 1 Dec 2009 01:35:26 -0500 Received: from acsinet11.oracle.com ([141.146.126.233]:64230 "EHLO acsinet11.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750937AbZLAGfZ (ORCPT ); Tue, 1 Dec 2009 01:35:25 -0500 Message-ID: <4B14B8F1.6000805@oracle.com> Date: Mon, 30 Nov 2009 22:34:25 -0800 From: Randy Dunlap Organization: Oracle Linux Engineering User-Agent: Thunderbird 2.0.0.22 (X11/20090605) MIME-Version: 1.0 To: LKML , linux-next@vger.kernel.org, linux-media@vger.kernel.org, Mauro Carvalho Chehab Subject: [PATCH -next] media/common/tuners: fix use of KERNEL_VERSION Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Source-IP: acsmt358.oracle.com [141.146.40.158] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090206.4B14B929.000C:SCFMA4539814,ss=1,fgs=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@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