Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

OMAPDSS: HDMI: remove unused defines

Remove some unused defines from the HDMI driver.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>

-11
-3
drivers/video/fbdev/omap2/dss/hdmi4_core.c
··· 998 998 999 999 #endif 1000 1000 1001 - #define CORE_OFFSET 0x400 1002 - #define CORE_SIZE 0xc00 1003 - 1004 1001 int hdmi4_core_init(struct platform_device *pdev, struct hdmi_core_data *core) 1005 1002 { 1006 1003 struct resource *res;
-3
drivers/video/fbdev/omap2/dss/hdmi_phy.c
··· 182 182 return 0; 183 183 } 184 184 185 - #define PHY_OFFSET 0x300 186 - #define PHY_SIZE 0x100 187 - 188 185 static const struct hdmi_phy_features omap44xx_phy_feats = { 189 186 .bist_ctrl = false, 190 187 .calc_freqout = false,
-3
drivers/video/fbdev/omap2/dss/hdmi_pll.c
··· 210 210 hdmi_wp_set_pll_pwr(wp, HDMI_PLLPWRCMD_ALLOFF); 211 211 } 212 212 213 - #define PLL_OFFSET 0x200 214 - #define PLL_SIZE 0x100 215 - 216 213 static const struct hdmi_pll_features omap44xx_pll_feats = { 217 214 .sys_reset = false, 218 215 .bound_dcofreq = false,
-2
drivers/video/fbdev/omap2/dss/hdmi_wp.c
··· 238 238 } 239 239 #endif 240 240 241 - #define WP_SIZE 0x200 242 - 243 241 int hdmi_wp_init(struct platform_device *pdev, struct hdmi_wp_data *wp) 244 242 { 245 243 struct resource *res;