aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/omap2/dss/hdmi.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/omap2/dss/hdmi.c')
-rw-r--r--drivers/video/omap2/dss/hdmi.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/video/omap2/dss/hdmi.c b/drivers/video/omap2/dss/hdmi.c
index 32ad7124a952..043eac676786 100644
--- a/drivers/video/omap2/dss/hdmi.c
+++ b/drivers/video/omap2/dss/hdmi.c
@@ -63,7 +63,6 @@
63 63
64static struct { 64static struct {
65 struct mutex lock; 65 struct mutex lock;
66 struct omap_display_platform_data *pdata;
67 struct platform_device *pdev; 66 struct platform_device *pdev;
68 struct hdmi_ip_data ip_data; 67 struct hdmi_ip_data ip_data;
69 68
@@ -797,7 +796,6 @@ static int omapdss_hdmihw_probe(struct platform_device *pdev)
797 struct resource *hdmi_mem; 796 struct resource *hdmi_mem;
798 int r; 797 int r;
799 798
800 hdmi.pdata = pdev->dev.platform_data;
801 hdmi.pdev = pdev; 799 hdmi.pdev = pdev;
802 800
803 mutex_init(&hdmi.lock); 801 mutex_init(&hdmi.lock);