ucm: removed unused 'active' member in struct use_case_device

Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
Liam Girdwood 2010-12-21 23:11:50 +01:00 committed by Jaroslav Kysela
parent 7d3de218ce
commit 54e9639b62

View file

@ -115,8 +115,6 @@ struct use_case_device {
struct list_head list; struct list_head list;
struct list_head active_list; struct list_head active_list;
unsigned int active: 1;
char *name; char *name;
char *comment; char *comment;