summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorShaun Ruffell <sruffell@digium.com>2011-01-03 18:26:39 +0000
committerShaun Ruffell <sruffell@digium.com>2011-01-03 18:26:39 +0000
commitb3ffd1e0e2b4f9e8f3d51aa45767af31ba253a87 (patch)
tree1f1a1d72301b9ebdad524b963a664cde42319c4f /include
parentbd698c510843caf1e8d3644c0ac0ec5e6b407d67 (diff)
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 <sruffell@digium.com> Acked-by: Kinsey Moore <kmoore@digium.com> Acked-by: Tzafrir Cohen <tzafrir.cohen@xorcom.com> git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@9587 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'include')
-rw-r--r--include/dahdi/kernel.h2
1 files changed, 1 insertions, 1 deletions
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) */