summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKinsey Moore <kmoore@digium.com>2010-12-09 20:19:21 +0000
committerKinsey Moore <kmoore@digium.com>2010-12-09 20:19:21 +0000
commitbee3474ea340a48c48323cb97334bbf8b43f78b3 (patch)
tree796bc5c53364d102df44fc308a0d0424d9c35178 /include
parent0404a498b34b804cf2db638a4819f333ca554b6b (diff)
dahdi-base, kernel, dahdi_echocan_*, wcb4xxp, wct4xxp, wctdm24xxp, wcte12xp: Remove name field from echocan ops
This field was redundant and was only used in places where the factory's name could be used. Signed-off-by: Kinsey Moore <kmoore@digium.com> Acked-by: Shaun Ruffell <sruffell@digium.com> git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@9523 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'include')
-rw-r--r--include/dahdi/kernel.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/dahdi/kernel.h b/include/dahdi/kernel.h
index 6b7df0c..d7f69f2 100644
--- a/include/dahdi/kernel.h
+++ b/include/dahdi/kernel.h
@@ -205,9 +205,6 @@ struct dahdi_echocan_features {
*/
struct dahdi_echocan_ops {
- /*! The name of the echocan that created this structure. */
- const char *name;
-
/*! \brief Free an echocan state structure.
* \param[in,out] ec Pointer to the state structure to free.
*