From: Mythri P K Date: Thu, 8 Sep 2011 13:36:27 +0000 (+0530) Subject: OMAP4: DSS2: Rename hdmi_omap4_panel.c to hdmi_panel.c X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=d875f992e9d0b1473ff98845cb3c2a45dcf6aa0f;p=deliverable%2Flinux.git OMAP4: DSS2: Rename hdmi_omap4_panel.c to hdmi_panel.c As the panel driver will remain generic across OMAP's renaming it to hdmi_panel.c Signed-off-by: Mythri P K Signed-off-by: Tomi Valkeinen --- diff --git a/drivers/video/omap2/dss/Makefile b/drivers/video/omap2/dss/Makefile index 962782927243..bd34ac5b2026 100644 --- a/drivers/video/omap2/dss/Makefile +++ b/drivers/video/omap2/dss/Makefile @@ -6,4 +6,4 @@ omapdss-$(CONFIG_OMAP2_DSS_VENC) += venc.o omapdss-$(CONFIG_OMAP2_DSS_SDI) += sdi.o omapdss-$(CONFIG_OMAP2_DSS_DSI) += dsi.o omapdss-$(CONFIG_OMAP4_DSS_HDMI) += hdmi.o \ - hdmi_omap4_panel.o ti_hdmi_4xxx_ip.o + hdmi_panel.o ti_hdmi_4xxx_ip.o diff --git a/drivers/video/omap2/dss/hdmi_omap4_panel.c b/drivers/video/omap2/dss/hdmi_omap4_panel.c deleted file mode 100644 index 7d4f2bd7c506..000000000000 --- a/drivers/video/omap2/dss/hdmi_omap4_panel.c +++ /dev/null @@ -1,222 +0,0 @@ -/* - * hdmi_omap4_panel.c - * - * HDMI library support functions for TI OMAP4 processors. - * - * Copyright (C) 2010-2011 Texas Instruments Incorporated - http://www.ti.com/ - * Authors: Mythri P k - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published by - * the Free Software Foundation. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for - * more details. - * - * You should have received a copy of the GNU General Public License along with - * this program. If not, see . - */ - -#include -#include -#include -#include -#include -#include