diff options
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | 2017-04-27 18:02:23 +0200 |
---|---|---|
committer | Ville Syrjälä <ville.syrjala@linux.intel.com> | 2017-05-03 15:19:39 +0200 |
commit | d2205595800dbd53eba06318e399a1cba1c0fc67 (patch) | |
tree | 984d118f3e039238a11ce534a44b1362be5072a3 /include/drm | |
parent | drm/i915: Stop pretending to mask/unmask LPE audio interrupts (diff) | |
download | linux-d2205595800dbd53eba06318e399a1cba1c0fc67.tar.xz linux-d2205595800dbd53eba06318e399a1cba1c0fc67.zip |
drm/i915: Remove the unused pending_notify from LPE platform data
The pending_notify flag in the LPE audio platform data is pointless,
actually unused. So let's kill it off.
v2: Fix typo in patch subject
Cc: Takashi Iwai <tiwai@suse.de>
Cc: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/20170427160231.13337-5-ville.syrjala@linux.intel.com
Reviewed-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'include/drm')
-rw-r--r-- | include/drm/intel_lpe_audio.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/drm/intel_lpe_audio.h b/include/drm/intel_lpe_audio.h index e9892b4c3af1..c201d39cdfea 100644 --- a/include/drm/intel_lpe_audio.h +++ b/include/drm/intel_lpe_audio.h @@ -38,7 +38,6 @@ struct intel_hdmi_lpe_audio_eld { }; struct intel_hdmi_lpe_audio_pdata { - bool notify_pending; int tmds_clock_speed; bool hdmi_connected; bool dp_output; |