diff options
author | Steven Toth <stoth@linuxtv.org> | 2008-09-23 21:14:33 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-10-12 07:37:07 -0400 |
commit | fc6e8c284bcb23ac7a576b7959803168398e390a (patch) | |
tree | 61e60879aaf171e72a00f6296ef3d7a32b6e04b0 /include/linux/dvb/frontend.h | |
parent | 2491fbb7d5d83ea78c6127cb589c9e6c7649e0aa (diff) |
V4L/DVB (9024): S2API: Cleanup dtv_property remove unwanted fields.
Signed-off-by: Steven Toth <stoth@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include/linux/dvb/frontend.h')
-rw-r--r-- | include/linux/dvb/frontend.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/dvb/frontend.h b/include/linux/dvb/frontend.h index 4f3fd641ccb8..71f25f5bf37d 100644 --- a/include/linux/dvb/frontend.h +++ b/include/linux/dvb/frontend.h | |||
@@ -358,8 +358,6 @@ struct dtv_property { | |||
358 | __u32 cmd; | 358 | __u32 cmd; |
359 | __u32 reserved[3]; | 359 | __u32 reserved[3]; |
360 | union { | 360 | union { |
361 | __s32 valuemin; | ||
362 | __s32 valuemax; | ||
363 | __u32 data; | 361 | __u32 data; |
364 | struct { | 362 | struct { |
365 | __u8 data[32]; | 363 | __u8 data[32]; |