Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760189Ab0KRUWQ (ORCPT ); Thu, 18 Nov 2010 15:22:16 -0500 Received: from mail.klingt.org ([86.59.21.178]:47726 "EHLO klingt.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755568Ab0KRUWP (ORCPT ); Thu, 18 Nov 2010 15:22:15 -0500 X-Greylist: delayed 339 seconds by postgrey-1.27 at vger.kernel.org; Thu, 18 Nov 2010 15:22:14 EST From: Tim Blechmann To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , Mauro Carvalho Chehab , Palash Bandyopadhyay , devel@driverdev.osuosl.org, Tim Blechmann Subject: [PATCH] cx25821: fix build failure Date: Thu, 18 Nov 2010 21:15:58 +0100 Message-Id: X-Mailer: git-send-email 1.7.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.3.7 (klingt.org [86.59.21.178]); Thu, 18 Nov 2010 21:16:12 +0100 (CET) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1059 Lines: 30 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 --- 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" -- 1.7.1 -- 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/