mirror of https://github.com/thesofproject/sof.git
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:
parent
8fe770c8dd
commit
7c16d2cd38
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Reference in New Issue