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
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user