mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-27 01:40:56 +07:00
[media] mt2063: Remove setParm/getParm abstraction layer
This layer just increases the code size for no good reason, and makes harder to debug. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
3d49700fb1
commit
4713e225a5
File diff suppressed because it is too large
Load Diff
@ -23,7 +23,7 @@ static inline struct dvb_frontend *mt2063_attach(struct dvb_frontend *fe,
|
||||
return NULL;
|
||||
}
|
||||
|
||||
unsigned int mt2063_setTune(struct dvb_frontend *fe, u32 f_in,
|
||||
int mt2063_setTune(struct dvb_frontend *fe, u32 f_in,
|
||||
u32 bw_in,
|
||||
enum MTTune_atv_standard tv_type);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user