From patchwork Tue Jun 29 12:43:07 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: 3713 Return-path: Envelope-to: mchehab@infradead.org Delivery-date: Tue, 29 Jun 2010 12:45:08 +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:53 -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 1OTaBY-0002vn-3z; Tue, 29 Jun 2010 12:45:08 +0000 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755623Ab0F2Moq (ORCPT + 1 other); Tue, 29 Jun 2010 08:44:46 -0400 Received: from comal.ext.ti.com ([198.47.26.152]:57015 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755524Ab0F2Mop (ORCPT ); Tue, 29 Jun 2010 08:44:45 -0400 Received: from dlep34.itg.ti.com ([157.170.170.115]) by comal.ext.ti.com (8.13.7/8.13.7) with ESMTP id o5TCigN1023243 (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 dlep34.itg.ti.com (8.13.7/8.13.7) with ESMTP id o5TCigVo027077; 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 o5TCigP29035; 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 2/5] v4l: Add v4l2-subdev.h to headers_install Date: Tue, 29 Jun 2010 07:43:07 -0500 Message-Id: <1277815390-24681-3-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 cf16808f35cf59524fde0b15e5974cba165988b1 Author: Laurent Pinchart Date: Tue Mar 16 00:26:04 2010 +0100 v4l: v4l2_subdev userspace format API 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 efc9718..c5e8c6a 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-subdev.h header-y += veth.h header-y += videotext.h header-y += x25.h