From: Mythri P K <mythripk@xxxxxx> As the panel driver will remain generic across OMAP's renaming it to hdmi_panel.c Signed-off-by: Mythri P K <mythripk@xxxxxx> --- drivers/video/omap2/dss/Makefile | 2 +- .../omap2/dss/{hdmi_omap4_panel.c => hdmi_panel.c} | 0 2 files changed, 1 insertions(+), 1 deletions(-) rename drivers/video/omap2/dss/{hdmi_omap4_panel.c => hdmi_panel.c} (100%) diff --git a/drivers/video/omap2/dss/Makefile b/drivers/video/omap2/dss/Makefile index 3ffe98f..5fd9ed4 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 hdmi_ti_4xxx_ip.o + hdmi_panel.o hdmi_ti_4xxx_ip.o diff --git a/drivers/video/omap2/dss/hdmi_omap4_panel.c b/drivers/video/omap2/dss/hdmi_panel.c similarity index 100% rename from drivers/video/omap2/dss/hdmi_omap4_panel.c rename to drivers/video/omap2/dss/hdmi_panel.c -- 1.7.5.4 -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html