summaryrefslogtreecommitdiff
path: root/kernel/wcte11xp.c
diff options
context:
space:
mode:
authorsruffell <sruffell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2009-07-21 18:29:20 +0000
committersruffell <sruffell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2009-07-21 18:29:20 +0000
commit7e7de3b94ca6799eb3637c3922463250fae471cc (patch)
treeea71925c0dbe37317655479eb54f4cf639a58122 /kernel/wcte11xp.c
parent54e66b8cb829527f62732abc364d136037ae5568 (diff)
Revert "wct4xxp, wcte11xp: Use the default configuration by default at startup."
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@4665 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'kernel/wcte11xp.c')
-rw-r--r--kernel/wcte11xp.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/kernel/wcte11xp.c b/kernel/wcte11xp.c
index 24d62a0..a50fd25 100644
--- a/kernel/wcte11xp.c
+++ b/kernel/wcte11xp.c
@@ -5,7 +5,7 @@
* Matthew Fredrickson <creslin@digium.com>
* William Meadows <wmeadows@digium.com>
*
- * Copyright (C) 2004-2009, Digium, Inc.
+ * Copyright (C) 2004, Digium, Inc.
*
* All rights reserved.
*
@@ -1016,10 +1016,6 @@ static int t1xxp_software_init(struct t1 *wc)
printk("Unable to register span with zaptel\n");
return -1;
}
-
- /* Start off with the defaults so this card can provide timing to
- * Asterisk before being properly configured. */
- t1xxp_startup(&wc->span);
return 0;
}