comp: remove unused list in struct component.

Not used so remove.

Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
This commit is contained in:
Liam Girdwood 2017-10-20 08:40:35 +01:00
parent 8fe770c8dd
commit 7c16d2cd38
1 changed files with 0 additions and 1 deletions

View File

@ -186,7 +186,6 @@ struct comp_dev {
struct comp_driver *drv;
/* lists */
struct list_item list; /* list in components */
struct list_item bsource_list; /* list of source buffers */
struct list_item bsink_list; /* list of sink buffers */