Commit 715b1d31 authored by Dr. David Alan Gilbert's avatar Dr. David Alan Gilbert Committed by Hans Verkuil

media: dvb-frontends: drx39xyj: remove unused struct 'drxjeq_stat'

'drxjeq_stat' is unused since the original
commit 38b2df95 ("[media] drx-j: add a driver for Trident drx-j
frontend").
The name was changed by
commit 57afe2f0 ("[media] drx-j: Don't use CamelCase")
and it was originally DRXJEQStat_t.

Remove it.
Signed-off-by: default avatarDr. David Alan Gilbert <linux@treblig.org>
Signed-off-by: default avatarHans Verkuil <hverkuil-cisco@xs4all.nl>
parent 68879806
......@@ -976,13 +976,6 @@ static struct drx_aud_data drxj_default_aud_data_g = {
/*-----------------------------------------------------------------------------
STRUCTURES
----------------------------------------------------------------------------*/
struct drxjeq_stat {
u16 eq_mse;
u8 eq_mode;
u8 eq_ctrl;
u8 eq_stat;
};
/* HI command */
struct drxj_hi_cmd {
u16 cmd;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment