From mboxrd@z Thu Jan 1 00:00:00 1970 From: Randy Dunlap Subject: Re: [PATCH -next] media/common/tuners: fix use of KERNEL_VERSION Date: Mon, 30 Nov 2009 22:40:00 -0800 Message-ID: <4B14BA40.7040500@oracle.com> References: <4B14B8F1.6000805@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from rcsinet11.oracle.com ([148.87.113.123]:43639 "EHLO rgminet11.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752036AbZLAGkX (ORCPT ); Tue, 1 Dec 2009 01:40:23 -0500 In-Reply-To: <4B14B8F1.6000805@oracle.com> Sender: linux-next-owner@vger.kernel.org List-ID: To: Randy Dunlap Cc: LKML , linux-next@vger.kernel.org, linux-media@vger.kernel.org, Mauro Carvalho Chehab Randy Dunlap wrote: > From: Randy Dunlap > > 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 > --- > 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 -- ~Randy