summaryrefslogtreecommitdiff
path: root/drivers
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
commita06c0d3144dc3bfdd8889f86cb62e826ba32441e (patch)
tree8b5293426fc74ba5824e830db336e676483aaaf3 /drivers
parent104f645c11861464a041f1fdb1a0ac78f341946b (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
Diffstat (limited to 'drivers')
-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;