mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 04:18:39 +08:00
media: dvb-frontends: drx39xyj: remove unused struct 'drxjeq_stat'
'drxjeq_stat' is unused since the original commit38b2df95c5
("[media] drx-j: add a driver for Trident drx-j frontend"). The name was changed by commit57afe2f0bb
("[media] drx-j: Don't use CamelCase") and it was originally DRXJEQStat_t. Remove it. Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
This commit is contained in:
parent
68879806a5
commit
715b1d31ef
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user