summaryrefslogtreecommitdiff
path: root/drivers/dahdi/xpp/xbus-core.c
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2008-07-02 18:24:06 +0000
committerKevin P. Fleming <kpfleming@digium.com>2008-07-02 18:24:06 +0000
commit23cf4b90199dfee1fb9268ad2bdf77acb772af11 (patch)
tree6281e101594f9a8723f3894489d81ae5df2046e5 /drivers/dahdi/xpp/xbus-core.c
parentc42dd11bf5eade53b47ee9e3941038fd657bb5f8 (diff)
fix a problem found by the kernel 2.6.26 build process (this function is called from other contexts besides __exit context so it cannot be in the __exit section)
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@4523 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers/dahdi/xpp/xbus-core.c')
-rw-r--r--drivers/dahdi/xpp/xbus-core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dahdi/xpp/xbus-core.c b/drivers/dahdi/xpp/xbus-core.c
index 21f9c45..ee00487 100644
--- a/drivers/dahdi/xpp/xbus-core.c
+++ b/drivers/dahdi/xpp/xbus-core.c
@@ -1669,7 +1669,7 @@ err:
}
-void __exit xbus_core_shutdown(void)
+void xbus_core_shutdown(void)
{
int i;