[svn-commits] sruffell: linux/trunk r9650 - /linux/trunk/drivers/dahdi/wct4xxp/base.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Jan 20 13:01:21 CST 2011


Author: sruffell
Date: Thu Jan 20 13:01:17 2011
New Revision: 9650

URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=9650
Log:
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 at digium.com>

Modified:
    linux/trunk/drivers/dahdi/wct4xxp/base.c

Modified: linux/trunk/drivers/dahdi/wct4xxp/base.c
URL: http://svnview.digium.com/svn/dahdi/linux/trunk/drivers/dahdi/wct4xxp/base.c?view=diff&rev=9650&r1=9649&r2=9650
==============================================================================
--- linux/trunk/drivers/dahdi/wct4xxp/base.c (original)
+++ linux/trunk/drivers/dahdi/wct4xxp/base.c Thu Jan 20 13:01:17 2011
@@ -4882,7 +4882,7 @@
 	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;




More information about the svn-commits mailing list