diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-01-01 14:11:17 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-01-04 14:30:20 -0500 |
commit | cd7d494d0b23673215330963c28138dd0c3fd405 (patch) | |
tree | 2ebd3c60363f6edff99ba1a9358e1b660cee8f2e /include/linux | |
parent | e399ce77e6e8f0ff2e0b8ef808cbb88fc824c610 (diff) |
[media] dvb: deprecate the usage of ops->info.type
Mark info.type as deprecated inside the header, recommending
the usage of DTV_ENUM_DELSYS DVBv5 command instead.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/dvb/frontend.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/dvb/frontend.h b/include/linux/dvb/frontend.h index 7e7cb64f56d8..cb4428ab81ed 100644 --- a/include/linux/dvb/frontend.h +++ b/include/linux/dvb/frontend.h | |||
@@ -72,7 +72,7 @@ typedef enum fe_caps { | |||
72 | 72 | ||
73 | struct dvb_frontend_info { | 73 | struct dvb_frontend_info { |
74 | char name[128]; | 74 | char name[128]; |
75 | fe_type_t type; | 75 | fe_type_t type; /* DEPRECATED. Use DTV_ENUM_DELSYS instead */ |
76 | __u32 frequency_min; | 76 | __u32 frequency_min; |
77 | __u32 frequency_max; | 77 | __u32 frequency_max; |
78 | __u32 frequency_stepsize; | 78 | __u32 frequency_stepsize; |