From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from xenotime.net ([72.52.115.56]:51397 "HELO xenotime.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1751886Ab1BGQPX (ORCPT ); Mon, 7 Feb 2011 11:15:23 -0500 Received: from chimera.site ([173.50.240.230]) by xenotime.net for ; Mon, 7 Feb 2011 08:15:15 -0800 Date: Mon, 7 Feb 2011 08:15:13 -0800 From: Randy Dunlap To: Thomas Weber Cc: linux-omap@vger.kernel.org, Mauro Carvalho Chehab , Hans Verkuil , Tejun Heo , Sakari Ailus , linux-media@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH resend] video: omap24xxcam: Fix compilation Message-Id: <20110207081513.90c299ed.rdunlap@xenotime.net> In-Reply-To: <1297068547-10635-1-git-send-email-weber@corscience.de> References: <1297068547-10635-1-git-send-email-weber@corscience.de> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit List-ID: Sender: On Mon, 7 Feb 2011 09:49:07 +0100 Thomas Weber wrote: > 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 > --- > drivers/media/video/omap24xxcam.c | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) Hi, Please use media: or multimedia: or media/video: in the subject line, not just video:. video: traditionally is used for drivers/video/, not drivers/media/video. --- ~Randy *** Remember to use Documentation/SubmitChecklist when testing your code ***