From c31fd1e104bc963efb481d0c3832d9947821fae8 Mon Sep 17 00:00:00 2001 From: sruffell Date: Thu, 18 Jun 2009 16:37:30 +0000 Subject: Revert "wctdm24xxp, voicebus: Enable the watchdog for the wctdm24xxp driver." This reverts revision 4655, which was mistakenly committed. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4658 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- kernel/voicebus.c | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'kernel/voicebus.c') diff --git a/kernel/voicebus.c b/kernel/voicebus.c index 6724d32..aabfd8c 100644 --- a/kernel/voicebus.c +++ b/kernel/voicebus.c @@ -39,7 +39,6 @@ #include #include -#include "zconfig.h" #include "voicebus.h" #define assert(__x__) BUG_ON(!(__x__)) @@ -847,7 +846,6 @@ __vb_disable_interrupts(struct voicebus *vb) __vb_setctl(vb, IER_CSR7, 0); } - static void vb_disable_interrupts(struct voicebus *vb) { @@ -949,19 +947,6 @@ voicebus_start(struct voicebus *vb) return 0; } -#ifdef CONFIG_ZAPTEL_WATCHDOG -/** - * voicebus_watchdog - Called from a watchdog function to restart interrupts. - * - */ -int voicebus_watchdog(struct voicebus *vb) -{ - vb_tx_demand_poll(vb); - return 0; -} -EXPORT_SYMBOL(voicebus_watchdog); -#endif - static void vb_clear_start_transmit_bit(struct voicebus *vb) { -- cgit v1.2.3