summaryrefslogtreecommitdiff
path: root/drivers/video/fbdev/omap2/dss/hdmi_phy.c
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2014-05-23 14:40:47 +0300
committerTomi Valkeinen <tomi.valkeinen@ti.com>2014-05-23 14:40:47 +0300
commit2dcfdc3066e51a2143ed99f2a17ba2f1f32d42b7 (patch)
tree781f975ddd39b0b30898e3e5fb7ee192b24ee59d /drivers/video/fbdev/omap2/dss/hdmi_phy.c
parentfc2daf3b1df0fd751df7dd16652f45fa407bd1cb (diff)
OMAPDSS: HDMI: remove unused defines
Remove some unused defines from the HDMI driver. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/video/fbdev/omap2/dss/hdmi_phy.c')
-rw-r--r--drivers/video/fbdev/omap2/dss/hdmi_phy.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/video/fbdev/omap2/dss/hdmi_phy.c b/drivers/video/fbdev/omap2/dss/hdmi_phy.c
index 730641c076de..3970574c25a6 100644
--- a/drivers/video/fbdev/omap2/dss/hdmi_phy.c
+++ b/drivers/video/fbdev/omap2/dss/hdmi_phy.c
@@ -182,9 +182,6 @@ int hdmi_phy_configure(struct hdmi_phy_data *phy, struct hdmi_config *cfg)
return 0;
}
-#define PHY_OFFSET 0x300
-#define PHY_SIZE 0x100
-
static const struct hdmi_phy_features omap44xx_phy_feats = {
.bist_ctrl = false,
.calc_freqout = false,