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
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user