summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun Ruffell <sruffell@digium.com>2011-01-20 19:01:17 +0000
committerShaun Ruffell <sruffell@digium.com>2011-01-20 19:01:17 +0000
commit2b0f6bb6abac600619ae0fdee325d4e5890cd03e (patch)
tree8b5293426fc74ba5824e830db336e676483aaaf3
parent45fffaf15f5dd1430b95e0f58470921e13c786eb (diff)
wct4xxp: Do not place _t4_remove_one in module exit section.
_t4_remove_one is now used during module initialization so it should not be placed in the exit section of the module. Signed-off-by: Shaun Ruffell <sruffell@digium.com> git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@9650 a0bf4364-ded3-4de4-8d8a-66a801d63aff
-rw-r--r--drivers/dahdi/wct4xxp/base.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dahdi/wct4xxp/base.c b/drivers/dahdi/wct4xxp/base.c
index acfa3a7..3d7c89b 100644
--- a/drivers/dahdi/wct4xxp/base.c
+++ b/drivers/dahdi/wct4xxp/base.c
@@ -4882,7 +4882,7 @@ static int t4_hardware_stop(struct t4 *wc)
return 0;
}
-static void __devexit _t4_remove_one(struct t4 *wc)
+static void _t4_remove_one(struct t4 *wc)
{
struct dahdi_span *span;
int basesize;