From 2a951fd6a326df6058940cddc82f72435bfd7b2a Mon Sep 17 00:00:00 2001 From: Shaun Ruffell Date: Mon, 3 Jan 2011 18:26:39 +0000 Subject: dahdi, xpp: dahdi_span_ops.sync_tick should return void. Since the return value is not defined/used just return void. Signed-off-by: Shaun Ruffell Acked-by: Kinsey Moore Acked-by: Tzafrir Cohen git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@9587 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- include/dahdi/kernel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/dahdi/kernel.h b/include/dahdi/kernel.h index a1424c4..b6864ee 100644 --- a/include/dahdi/kernel.h +++ b/include/dahdi/kernel.h @@ -793,7 +793,7 @@ struct dahdi_span_ops { #ifdef DAHDI_SYNC_TICK /*! Opt: send sync to spans. Called in hard_irq context with chan_lock * held.*/ - int (*sync_tick)(struct dahdi_span *span, int is_master); + void (*sync_tick)(struct dahdi_span *span, int is_master); #endif /* ==== Channel Callback Operations ==== */ /*! Opt: Set signalling type (if appropriate) */ -- cgit v1.2.3