From 9c403912cd5ffdc975e6eaf15d835e60804af4c4 Mon Sep 17 00:00:00 2001 From: Shaun Ruffell Date: Mon, 8 Feb 2010 22:49:33 +0000 Subject: wcte12xp, wctdm24xxp: Declare static symbols that aren't externally referenced. git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@8005 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- drivers/dahdi/wctdm24xxp/base.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'drivers/dahdi/wctdm24xxp') diff --git a/drivers/dahdi/wctdm24xxp/base.c b/drivers/dahdi/wctdm24xxp/base.c index 3d91269..976d744 100644 --- a/drivers/dahdi/wctdm24xxp/base.c +++ b/drivers/dahdi/wctdm24xxp/base.c @@ -288,7 +288,9 @@ static inline int empty_slot(struct wctdm *wc, int card) return -1; } -void setchanconfig_from_state(struct vpmadt032 *vpm, int channel, GpakChannelConfig_t *chanconfig) +static void +setchanconfig_from_state(struct vpmadt032 *vpm, int channel, + GpakChannelConfig_t *chanconfig) { const struct vpmadt032_options *options; GpakEcanParms_t *p; @@ -3724,8 +3726,8 @@ voicebus_current_latency_show(struct device *dev, return sprintf(buf, "%d\n", current_latency); } -DEVICE_ATTR(voicebus_current_latency, 0400, - voicebus_current_latency_show, NULL); +static DEVICE_ATTR(voicebus_current_latency, 0400, + voicebus_current_latency_show, NULL); #endif -- cgit v1.2.3