[dahdi-commits] fjoe: freebsd/trunk r8716 -	/freebsd/trunk/drivers/dahdi/wctdm24xxp/base.c
    SVN commits to the DAHDI project 
    dahdi-commits at lists.digium.com
       
    Mon May 31 22:24:45 CDT 2010
    
    
  
Author: fjoe
Date: Mon May 31 22:24:43 2010
New Revision: 8716
URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=8716
Log:
Fix device module name.
Modified:
    freebsd/trunk/drivers/dahdi/wctdm24xxp/base.c
Modified: freebsd/trunk/drivers/dahdi/wctdm24xxp/base.c
URL: http://svnview.digium.com/svn/dahdi/freebsd/trunk/drivers/dahdi/wctdm24xxp/base.c?view=diff&rev=8716&r1=8715&r2=8716
==============================================================================
--- freebsd/trunk/drivers/dahdi/wctdm24xxp/base.c (original)
+++ freebsd/trunk/drivers/dahdi/wctdm24xxp/base.c Mon May 31 22:24:43 2010
@@ -5171,7 +5171,6 @@
 	return (0);
 }
 
-
 static int
 wctdm_modevent(module_t mod __unused, int type, void *data __unused)
 {
@@ -5204,11 +5203,11 @@
 
 static devclass_t wctdm_devclass;
 
-DRIVER_MODULE(wcwctdm24xxp, pci, wctdm_pci_driver, wctdm_devclass, wctdm_modevent, 0);
-MODULE_DEPEND(wcwctdm24xxp, pci, 1, 1, 1);
-MODULE_DEPEND(wcwctdm24xxp, dahdi, 1, 1, 1);
-MODULE_DEPEND(wcwctdm24xxp, dahdi_voicebus, 1, 1, 1);
-MODULE_DEPEND(wcwctdm24xxp, firmware, 1, 1, 1);
+DRIVER_MODULE(wctdm24xxp, pci, wctdm_pci_driver, wctdm_devclass, wctdm_modevent, 0);
+MODULE_DEPEND(wctdm24xxp, pci, 1, 1, 1);
+MODULE_DEPEND(wctdm24xxp, dahdi, 1, 1, 1);
+MODULE_DEPEND(wctdm24xxp, dahdi_voicebus, 1, 1, 1);
+MODULE_DEPEND(wctdm24xxp, firmware, 1, 1, 1);
 #else
 MODULE_DESCRIPTION("Wildcard VoiceBus Analog Card Driver");
 MODULE_AUTHOR("Digium Incorporated <support at digium.com>");
    
    
More information about the dahdi-commits
mailing list