From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from sorrow.cyrius.com ([65.19.161.204]:53815 "EHLO sorrow.cyrius.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756999AbZKKPxk (ORCPT ); Wed, 11 Nov 2009 10:53:40 -0500 Date: Wed, 11 Nov 2009 15:53:31 +0000 From: Martin Michlmayr To: linux-media@vger.kernel.org Cc: Mauro Carvalho Chehab Subject: Re: [PATCH] videobuf-dma-contig.c: add missing #include Message-ID: <20091111155329.GA3731@deprecation.cyrius.com> References: <20091031102850.GA3850@deprecation.cyrius.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20091031102850.GA3850@deprecation.cyrius.com> Sender: linux-media-owner@vger.kernel.org List-ID: Are there any comments regarding the build fix I submitted? This issue is still there, as you can see at http://www.xs4all.nl/~hverkuil/logs/Tuesday.log * Martin Michlmayr [2009-10-31 10:28]: > media/video/videobuf-dma-contig.c fails to compile on ARM Versatile > like this: > | videobuf-dma-contig.c: In function ‘videobuf_dma_contig_user_get’: > | videobuf-dma-contig.c:139: error: dereferencing pointer to incomplete type > | videobuf-dma-contig.c:184: error: dereferencing pointer to incomplete type > | make[8]: *** [drivers/media/video/videobuf-dma-contig.o] Error 1 > > Looking at the preprocessed source, I noticed that there was no definition > for struct task_struct. > > Signed-off-by: Martin Michlmayr > > --- a/drivers/media/video/videobuf-dma-contig.c 2009-10-31 10:22:42.000000000 +0000 > +++ b/drivers/media/video/videobuf-dma-contig.c 2009-10-31 10:24:40.000000000 +0000 > @@ -19,6 +19,7 @@ > #include > #include > #include > +#include > #include > > struct videobuf_dma_contig_memory { > > -- > Martin Michlmayr > http://www.cyrius.com/ -- Martin Michlmayr http://www.cyrius.com/