commit | 275cfa1a9d43f00d1ae59f36fa0c3ed7f941b369 | [log] [tgz] |
---|---|---|
author | Archit Taneja <archit@ti.com> | Tue Oct 08 14:22:03 2013 +0530 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Wed Oct 09 12:42:19 2013 +0300 |
tree | 5b79d69eb3aa1f46745173bd065cba3254884ec8 | |
parent | 425f02fdee32ec0b6ae36067abe9586149120163 [diff] |
omapdss: HDMI: remove hdmi_ip_data struct The struct hdmi_ip_data contains information related to HDMI wrapper, PLL, PHY and core sub-blocks. Now that each of these sub blocks has it's own struct, hdmi_ip_data serves no purpose. The mutex lock in the struct was also never used. Remove this struct to make things cleaner. Signed-off-by: Archit Taneja <archit@ti.com> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>