From patchwork Sat Oct 31 10:28:50 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Martin Michlmayr X-Patchwork-Id: 56763 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n9VAkoYQ028451 for ; Sat, 31 Oct 2009 10:48:43 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757157AbZJaKsh (ORCPT ); Sat, 31 Oct 2009 06:48:37 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757178AbZJaKsh (ORCPT ); Sat, 31 Oct 2009 06:48:37 -0400 Received: from sorrow.cyrius.com ([65.19.161.204]:42740 "EHLO sorrow.cyrius.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757031AbZJaKsh (ORCPT ); Sat, 31 Oct 2009 06:48:37 -0400 X-Greylist: delayed 1181 seconds by postgrey-1.27 at vger.kernel.org; Sat, 31 Oct 2009 06:48:36 EDT Received: by sorrow.cyrius.com (Postfix, from userid 10) id 1BBBCD8C6; Sat, 31 Oct 2009 10:28:59 +0000 (UTC) Received: by deprecation.cyrius.com (Postfix, from userid 1000) id 8EC781501D1; Sat, 31 Oct 2009 10:28:50 +0000 (GMT) Date: Sat, 31 Oct 2009 10:28:50 +0000 From: Martin Michlmayr To: Magnus Damm , Mauro Carvalho Chehab Cc: linux-media@vger.kernel.org Subject: [PATCH] videobuf-dma-contig.c: add missing #include Message-ID: <20091031102850.GA3850@deprecation.cyrius.com> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org --- 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 {