diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2014-05-23 14:40:47 +0300 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2014-05-23 14:40:47 +0300 |
commit | 2dcfdc3066e51a2143ed99f2a17ba2f1f32d42b7 (patch) | |
tree | 781f975ddd39b0b30898e3e5fb7ee192b24ee59d /drivers/video/fbdev/omap2/dss/hdmi_pll.c | |
parent | fc2daf3b1df0fd751df7dd16652f45fa407bd1cb (diff) | |
download | blackbird-op-linux-2dcfdc3066e51a2143ed99f2a17ba2f1f32d42b7.tar.gz blackbird-op-linux-2dcfdc3066e51a2143ed99f2a17ba2f1f32d42b7.zip |
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_pll.c')
-rw-r--r-- | drivers/video/fbdev/omap2/dss/hdmi_pll.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/video/fbdev/omap2/dss/hdmi_pll.c b/drivers/video/fbdev/omap2/dss/hdmi_pll.c index 668c095c5552..6b78d4fb6f59 100644 --- a/drivers/video/fbdev/omap2/dss/hdmi_pll.c +++ b/drivers/video/fbdev/omap2/dss/hdmi_pll.c @@ -210,9 +210,6 @@ void hdmi_pll_disable(struct hdmi_pll_data *pll, struct hdmi_wp_data *wp) hdmi_wp_set_pll_pwr(wp, HDMI_PLLPWRCMD_ALLOFF); } -#define PLL_OFFSET 0x200 -#define PLL_SIZE 0x100 - static const struct hdmi_pll_features omap44xx_pll_feats = { .sys_reset = false, .bound_dcofreq = false, |