From: Jyri Sarha Date: Mon, 15 Sep 2014 19:34:20 +0000 (+0300) Subject: OMAPDSS: hdmi: Add pdev pointer for audio_pdev in HDMI DRV data X-Git-Tag: omap-for-v3.19/fixes-rc1~128^2^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29c047b747d52d77abea65659b49a18955d632ed;p=pandora-kernel.git OMAPDSS: hdmi: Add pdev pointer for audio_pdev in HDMI DRV data This is used to store omap-hdmi-audio pdev for unregistering it. Signed-off-by: Jyri Sarha Signed-off-by: Tomi Valkeinen --- diff --git a/drivers/video/fbdev/omap2/dss/hdmi.h b/drivers/video/fbdev/omap2/dss/hdmi.h index a7d6474c69ad..fd80774ac162 100644 --- a/drivers/video/fbdev/omap2/dss/hdmi.h +++ b/drivers/video/fbdev/omap2/dss/hdmi.h @@ -353,6 +353,8 @@ struct omap_hdmi { bool core_enabled; struct omap_dss_device output; + + struct platform_device *audio_pdev; }; #endif