From patchwork Tue Jun 29 12:43:08 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Aguirre Rodriguez, Sergio Alberto" X-Patchwork-Id: 3716 Return-path: Envelope-to: mchehab@infradead.org Delivery-date: Tue, 29 Jun 2010 12:45:09 +0000 Received: from bombadil.infradead.org [18.85.46.34] by pedra with IMAP (fetchmail-6.3.17) for (single-drop); Tue, 29 Jun 2010 09:56:57 -0300 (BRT) Received: from vger.kernel.org ([209.132.180.67]) by bombadil.infradead.org with esmtp (Exim 4.72 #1 (Red Hat Linux)) id 1OTaBZ-0002vn-CT; Tue, 29 Jun 2010 12:45:09 +0000 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755683Ab0F2Mou (ORCPT + 1 other); Tue, 29 Jun 2010 08:44:50 -0400 Received: from devils.ext.ti.com ([198.47.26.153]:38525 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755479Ab0F2Mop (ORCPT ); Tue, 29 Jun 2010 08:44:45 -0400 Received: from dlep33.itg.ti.com ([157.170.170.112]) by devils.ext.ti.com (8.13.7/8.13.7) with ESMTP id o5TCihZx028312 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 29 Jun 2010 07:44:43 -0500 Received: from legion.dal.design.ti.com (localhost [127.0.0.1]) by dlep33.itg.ti.com (8.13.7/8.13.7) with ESMTP id o5TCigAe010136; Tue, 29 Jun 2010 07:44:42 -0500 (CDT) Received: from localhost (dtx0091359-ubuntu-1.am.dhcp.ti.com [128.247.74.234]) by legion.dal.design.ti.com (8.11.7p1+Sun/8.11.7) with ESMTP id o5TCigP29039; Tue, 29 Jun 2010 07:44:42 -0500 (CDT) From: Sergio Aguirre To: Laurent Pinchart Cc: linux-media@vger.kernel.org, Sergio Aguirre Subject: [media-ctl RFC][PATCH 3/5] v4l: Add v4l2-mediabus.h to headers_install Date: Tue, 29 Jun 2010 07:43:08 -0500 Message-Id: <1277815390-24681-4-git-send-email-saaguirre@ti.com> X-Mailer: git-send-email 1.6.3.3 In-Reply-To: <1277815390-24681-1-git-send-email-saaguirre@ti.com> References: <1277815390-24681-1-git-send-email-saaguirre@ti.com> Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org This complements commit ID: commit f1ee99adf3c73c6a2423c11813e17ca0227d98b7 Author: Laurent Pinchart Date: Mon Mar 15 23:33:31 2010 +0100 v4l: Move the media/v4l2-mediabus.h header to include/linux Signed-off-by: Sergio Aguirre --- include/linux/Kbuild | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/linux/Kbuild b/include/linux/Kbuild index c5e8c6a..257812e 100644 --- a/include/linux/Kbuild +++ b/include/linux/Kbuild @@ -167,6 +167,7 @@ header-y += udf_fs_i.h header-y += ultrasound.h header-y += un.h header-y += utime.h +header-y += v4l2-mediabus.h header-y += v4l2-subdev.h header-y += veth.h header-y += videotext.h