From d653250809bfefc4427705e3d9fe45c54586ccf3 Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Fri, 20 Jun 2008 22:40:11 +0000 Subject: merge modular_ec branch, which adds modular echocan support and lots of minor fixes and improvements... seems to work properly, except the usecount on the echocan modules never increments above zero, so they are unloadable when they should not be git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@4436 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- drivers/dahdi/wcfxo.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'drivers/dahdi/wcfxo.c') diff --git a/drivers/dahdi/wcfxo.c b/drivers/dahdi/wcfxo.c index c641aa6..f369225 100644 --- a/drivers/dahdi/wcfxo.c +++ b/drivers/dahdi/wcfxo.c @@ -1061,9 +1061,7 @@ module_param(opermode, int, 0444); MODULE_DESCRIPTION("Wildcard X100P DAHDI Driver"); MODULE_AUTHOR("Mark Spencer "); -#ifdef MODULE_LICENSE -MODULE_LICENSE("GPL"); -#endif +MODULE_LICENSE("GPL v2"); module_init(wcfxo_init); module_exit(wcfxo_cleanup); -- cgit v1.2.3