From patchwork Tue Sep 6 11:58:53 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "K, Mythri P" X-Patchwork-Id: 1126232 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter2.kernel.org (8.14.4/8.14.4) with ESMTP id p86C7CH2031200 for ; Tue, 6 Sep 2011 12:07:17 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754420Ab1IFMHQ (ORCPT ); Tue, 6 Sep 2011 08:07:16 -0400 Received: from bear.ext.ti.com ([192.94.94.41]:49075 "EHLO bear.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754340Ab1IFMHG (ORCPT ); Tue, 6 Sep 2011 08:07:06 -0400 Received: from dbdp20.itg.ti.com ([172.24.170.38]) by bear.ext.ti.com (8.13.7/8.13.7) with ESMTP id p86C72mJ014899 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 6 Sep 2011 07:07:05 -0500 Received: from dbde71.ent.ti.com (localhost [127.0.0.1]) by dbdp20.itg.ti.com (8.13.8/8.13.8) with ESMTP id p86C72Qh001272 for ; Tue, 6 Sep 2011 17:37:02 +0530 (IST) Received: from dbdp31.itg.ti.com (172.24.170.98) by DBDE71.ent.ti.com (172.24.170.149) with Microsoft SMTP Server id 8.3.106.1; Tue, 6 Sep 2011 17:37:02 +0530 Received: from localhost.localdomain (graphicspc.apr.dhcp.ti.com [172.24.136.217]) by dbdp31.itg.ti.com (8.13.8/8.13.8) with ESMTP id p86C6wwK026724; Tue, 6 Sep 2011 17:37:02 +0530 (IST) From: To: , CC: Mythri P K Subject: [PATCH v4 09/11] OMAP4: DSS: HDMI: Move the common HDMI header file Date: Tue, 6 Sep 2011 17:28:53 +0530 Message-ID: <1315310335-26054-10-git-send-email-mythripk@ti.com> X-Mailer: git-send-email 1.5.6.3 In-Reply-To: <1315310335-26054-9-git-send-email-mythripk@ti.com> References: <1315310335-26054-1-git-send-email-mythripk@ti.com> <1315310335-26054-2-git-send-email-mythripk@ti.com> <1315310335-26054-3-git-send-email-mythripk@ti.com> <1315310335-26054-4-git-send-email-mythripk@ti.com> <1315310335-26054-5-git-send-email-mythripk@ti.com> <1315310335-26054-6-git-send-email-mythripk@ti.com> <1315310335-26054-7-git-send-email-mythripk@ti.com> <1315310335-26054-8-git-send-email-mythripk@ti.com> <1315310335-26054-9-git-send-email-mythripk@ti.com> MIME-Version: 1.0 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter2.kernel.org [140.211.167.43]); Tue, 06 Sep 2011 12:07:17 +0000 (UTC) From: Mythri P K Some of the header file definitions of HDMI IP are needed by audio driver thus moving the common defintion to more generic location Include/video. Signed-off-by: Mythri P K --- drivers/video/omap2/dss/hdmi.c | 2 +- drivers/video/omap2/dss/ti_hdmi_4xxx_ip.h | 2 +- .../video/omap2/dss => include/video}/ti_hdmi.h | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename {drivers/video/omap2/dss => include/video}/ti_hdmi.h (100%) diff --git a/drivers/video/omap2/dss/ti_hdmi.h b/include/video/ti_hdmi.h similarity index 100% rename from drivers/video/omap2/dss/ti_hdmi.h rename to include/video/ti_hdmi.h diff --git a/drivers/video/omap2/dss/hdmi.c b/drivers/video/omap2/dss/hdmi.c index 32af867..b11ac70 100644 --- a/drivers/video/omap2/dss/hdmi.c +++ b/drivers/video/omap2/dss/hdmi.c @@ -33,6 +33,7 @@ #include #include #include