diff options
author | Steven Toth <stoth@linuxtv.org> | 2008-09-23 21:14:33 -0400 |
---|---|---|
committer | Steven Toth <stoth@linuxtv.org> | 2008-09-23 21:14:33 -0400 |
commit | e9b19e302a71575b6169c42f354cc5a9f98c5570 (patch) | |
tree | 854a9a1c20485c41f684fb18443c9ff4601c7ea7 /linux/include | |
parent | 71cc224d6754a83c0a65d981a09e4414e5080667 (diff) | |
download | mediapointer-dvb-s2-e9b19e302a71575b6169c42f354cc5a9f98c5570.tar.gz mediapointer-dvb-s2-e9b19e302a71575b6169c42f354cc5a9f98c5570.tar.bz2 |
S2API: Cleanup dtv_property remove unwanted fields.
From: Steven Toth <stoth@linuxtv.org>
Priority: normal
Signed-off-by: Steven Toth <stoth@linuxtv.org>
Diffstat (limited to 'linux/include')
-rw-r--r-- | linux/include/linux/dvb/frontend.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/linux/include/linux/dvb/frontend.h b/linux/include/linux/dvb/frontend.h index 4f3fd641c..71f25f5bf 100644 --- a/linux/include/linux/dvb/frontend.h +++ b/linux/include/linux/dvb/frontend.h @@ -358,8 +358,6 @@ struct dtv_property { __u32 cmd; __u32 reserved[3]; union { - __s32 valuemin; - __s32 valuemax; __u32 data; struct { __u8 data[32]; |