Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760212Ab0KRUSk (ORCPT ); Thu, 18 Nov 2010 15:18:40 -0500 Received: from rcsinet10.oracle.com ([148.87.113.121]:45182 "EHLO rcsinet10.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756702Ab0KRUSj (ORCPT ); Thu, 18 Nov 2010 15:18:39 -0500 Date: Thu, 18 Nov 2010 12:17:48 -0800 From: Randy Dunlap To: Tim Blechmann Cc: linux-kernel@vger.kernel.org, devel@driverdev.osuosl.org, Palash Bandyopadhyay , Greg Kroah-Hartman , Mauro Carvalho Chehab Subject: Re: [PATCH] cx25821: fix build failure Message-Id: <20101118121748.d1015435.randy.dunlap@oracle.com> In-Reply-To: References: Organization: Oracle Linux Eng. X-Mailer: Sylpheed 2.7.1 (GTK+ 2.16.6; x86_64-unknown-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1341 Lines: 42 On Thu, 18 Nov 2010 21:15:58 +0100 Tim Blechmann wrote: > include specific header for bkl functions > > drivers/staging/cx25821/cx25821-video.c:815:8: error: implicit declaration of function ‘lock_kernel’ > drivers/staging/cx25821/cx25821-video.c:832:9: error: implicit declaration of function ‘unlock_kernel’ > > Signed-off-by: Tim Blechmann Hi, This patch has already been posted and is already merged into Linus's git tree. Thanks. > --- > drivers/staging/cx25821/cx25821-video.h | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/drivers/staging/cx25821/cx25821-video.h b/drivers/staging/cx25821/cx25821-video.h > index cc6034b..0df20dc 100644 > --- a/drivers/staging/cx25821/cx25821-video.h > +++ b/drivers/staging/cx25821/cx25821-video.h > @@ -34,6 +34,7 @@ > #include > #include > #include > +#include > #include > > #include "cx25821.h" > -- --- ~Randy *** Remember to use Documentation/SubmitChecklist when testing your code *** -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/