This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/v4l-utils.git tree:
Subject: libdvbv5: Drop duplicate ioctl definitions Author: Gregor Jasny <[email protected]> Date: Mon Jun 18 18:56:58 2012 +0200 Signed-off-by: Gregor Jasny <[email protected]> lib/libdvbv5/dvb-fe.c | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) --- http://git.linuxtv.org/v4l-utils.git?a=commitdiff;h=cf88c7baf064ad629666a9f0b48ba67daa76b595 diff --git a/lib/libdvbv5/dvb-fe.c b/lib/libdvbv5/dvb-fe.c index 9078893..cc3d49d 100644 --- a/lib/libdvbv5/dvb-fe.c +++ b/lib/libdvbv5/dvb-fe.c @@ -724,11 +724,6 @@ int dvb_fe_store_stats(struct dvb_v5_fe_parms *parms, return EINVAL; } -#define FE_READ_BER _IOR('o', 70, __u32) -#define FE_READ_SIGNAL_STRENGTH _IOR('o', 71, __u16) -#define FE_READ_SNR _IOR('o', 72, __u16) -#define FE_READ_UNCORRECTED_BLOCKS _IOR('o', 73, __u32) - int dvb_fe_get_stats(struct dvb_v5_fe_parms *parms) { fe_status_t status; _______________________________________________ linuxtv-commits mailing list [email protected] http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits
