diff --git a/drivers/video/fbdev/omap2/dss/hdmi.h b/drivers/video/fbdev/omap2/dss/hdmi.h index fd80774ac162656c03a509a2677491caa734a2c4..87bd551df6969274343dec65d7dc5741d384a90b 100644 --- a/drivers/video/fbdev/omap2/dss/hdmi.h +++ b/drivers/video/fbdev/omap2/dss/hdmi.h @@ -351,10 +351,12 @@ struct omap_hdmi { struct regulator *vdda_reg; bool core_enabled; + bool display_enabled; struct omap_dss_device output; struct platform_device *audio_pdev; + void (*audio_abort_cb)(struct device *dev); }; #endif