From 2b0f6bb6abac600619ae0fdee325d4e5890cd03e Mon Sep 17 00:00:00 2001 From: Shaun Ruffell Date: Thu, 20 Jan 2011 19:01:17 +0000 Subject: 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 git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@9650 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- drivers/dahdi/wct4xxp/base.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3