Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752243Ab1BHITP (ORCPT ); Tue, 8 Feb 2011 03:19:15 -0500 Received: from moutng.kundenserver.de ([212.227.126.187]:50068 "EHLO moutng.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752012Ab1BHITO (ORCPT ); Tue, 8 Feb 2011 03:19:14 -0500 From: Thomas Weber To: linux-omap@vger.kernel.org Cc: Thomas Weber , Mauro Carvalho Chehab , Hans Verkuil , Tejun Heo , Sakari Ailus , linux-media@vger.kernel.org, linux-kernel@vger.kernel.org, Randy Dunlap Subject: [PATCHv2] media/video: Fix compilation of omap24xxcam Date: Tue, 8 Feb 2011 09:18:21 +0100 Message-Id: <1297153101-23680-1-git-send-email-weber@corscience.de> X-Mailer: git-send-email 1.7.4.rc3 X-Provags-ID: V02:K0:ec2TvJcThZ74s4gTZcuTc07IajXxDMY/CJL8Ph48W4q tfr5xWPPMwdne2aJukW7WxJgl/fvsPRz4M07qA1DiEthcJ1Awg paxOFZ+pni5Yiesh8yDT2hnrUVC9xxlQFIBPZPnvz5Cix2IpbO zVKvpTn5ygET/W096jVzFinH9rQzeXFtYxfG6s5H4VzKWQ7E3z knTpkcC5t55FHf6A/pb8g== Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1292 Lines: 41 Add linux/sched.h because of missing declaration of TASK_NORMAL. This patch fixes the following error: drivers/media/video/omap24xxcam.c: In function 'omap24xxcam_vbq_complete': drivers/media/video/omap24xxcam.c:415: error: 'TASK_NORMAL' undeclared (first use in this function) drivers/media/video/omap24xxcam.c:415: error: (Each undeclared identifier is reported only once drivers/media/video/omap24xxcam.c:415: error: for each function it appears in.) Signed-off-by: Thomas Weber --- Changelog: v2: Change subject line to media/video drivers/media/video/omap24xxcam.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/media/video/omap24xxcam.c b/drivers/media/video/omap24xxcam.c index 0175527..f6626e8 100644 --- a/drivers/media/video/omap24xxcam.c +++ b/drivers/media/video/omap24xxcam.c @@ -36,6 +36,7 @@ #include #include #include +#include #include #include -- 1.7.4.rc3 -- 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/