summaryrefslogtreecommitdiff
path: root/kernel/voicebus.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/voicebus.c')
-rw-r--r--kernel/voicebus.c15
1 files changed, 0 insertions, 15 deletions
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 <linux/interrupt.h>
#include <linux/timer.h>
-#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)
{