summaryrefslogtreecommitdiff
path: root/drivers/dahdi/wctdm24xxp/base.c
diff options
context:
space:
mode:
authorShaun Ruffell <sruffell@digium.com>2010-02-08 22:49:33 +0000
committerShaun Ruffell <sruffell@digium.com>2010-02-08 22:49:33 +0000
commit9c403912cd5ffdc975e6eaf15d835e60804af4c4 (patch)
tree0ed49d08bcacb6a77f6083437934b57f377cdb2c /drivers/dahdi/wctdm24xxp/base.c
parentf67ad3bba13254b84674d0aef55cfa5046f5b347 (diff)
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
Diffstat (limited to 'drivers/dahdi/wctdm24xxp/base.c')
-rw-r--r--drivers/dahdi/wctdm24xxp/base.c8
1 files changed, 5 insertions, 3 deletions
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