commit | f35afa4f60c868d7c7811ba747133acbf39410ac | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Wed Aug 30 07:55:47 2017 -0400 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Tue Sep 05 05:53:00 2017 -0400 |
tree | e02bdc9a2c0222267c3b10e1ddb13b532dd1a7db | |
parent | 192f8bc1338318b8967199cda26517a589d277f0 [diff] |
media: dvb/frontend.h: move out a private internal structure struct dtv_cmds_h is just an ancillary struct used by the dvb_frontend.c to internally store frontend commands. It doesn't belong to the userspace header, nor it is used anywhere, except inside the DVB core. So, remove it from the header. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>