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: Make dvb_copy_fe_props static Author: Gregor Jasny <[email protected]> Date: Sun Jun 24 18:01:14 2012 +0200 Signed-off-by: Gregor Jasny <[email protected]> lib/libdvbv5/dvb-fe.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- http://git.linuxtv.org/v4l-utils.git?a=commitdiff;h=c634949e608faeeb83e96b9725deae395e6af8d8 diff --git a/lib/libdvbv5/dvb-fe.c b/lib/libdvbv5/dvb-fe.c index 764b600..68eb7c1 100644 --- a/lib/libdvbv5/dvb-fe.c +++ b/lib/libdvbv5/dvb-fe.c @@ -518,7 +518,7 @@ int dvb_fe_store_parm(struct dvb_v5_fe_parms *parms, return EINVAL; } -int dvb_copy_fe_props(struct dtv_property *from, int n, struct dtv_property *to) +static int dvb_copy_fe_props(const struct dtv_property *from, int n, struct dtv_property *to) { int i, j; for (i = 0, j = 0; i < n; i++) _______________________________________________ linuxtv-commits mailing list [email protected] http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits
