summaryrefslogtreecommitdiff
path: root/kernel/xpp/xbus-core.c
diff options
context:
space:
mode:
authortzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-08-11 14:00:30 +0000
committertzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-08-11 14:00:30 +0000
commit399e9527c164aea4ee0dffa88f7b2c0639ce2b4e (patch)
treec89d6222c300bc82b28d1a38cf50acadf8ad2e97 /kernel/xpp/xbus-core.c
parentabca98852c3abfa53aae5043383e25868087d9af (diff)
* pcmtx_chan debugging parameter now refers to a zaptel channel number.
* Do initialize xsp. Closes issue #13276 . * xbus_core_shutdown can't be __exit as it is used in initilization as well. Merged revisions 4473 via svnmerge from http://svn.digium.com/svn/zaptel/branches/1.2 git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4474 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'kernel/xpp/xbus-core.c')
-rw-r--r--kernel/xpp/xbus-core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/xpp/xbus-core.c b/kernel/xpp/xbus-core.c
index 83afd05..f458896 100644
--- a/kernel/xpp/xbus-core.c
+++ b/kernel/xpp/xbus-core.c
@@ -1669,7 +1669,7 @@ err:
}
-void __exit xbus_core_shutdown(void)
+void xbus_core_shutdown(void)
{
int i;