From: Archit Taneja Date: Tue, 8 Oct 2013 08:52:03 +0000 (+0530) Subject: omapdss: HDMI: remove hdmi_ip_data struct X-Git-Tag: v3.13-rc1~93^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=275cfa1a9d43f00d1ae59f36fa0c3ed7f941b369;p=pandora-kernel.git 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 Signed-off-by: Tomi Valkeinen --- Reading git-diff-tree failed