[Sound-open-firmware] [PATCH 1/2] comp: remove unused list in struct component.

Liam Girdwood liam.r.girdwood at linux.intel.com
Fri Oct 20 09:56:28 CEST 2017


Not used so remove.

Signed-off-by: Liam Girdwood <liam.r.girdwood at linux.intel.com>
---
 src/include/reef/audio/component.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/include/reef/audio/component.h b/src/include/reef/audio/component.h
index db5f35b..8f5a508 100644
--- a/src/include/reef/audio/component.h
+++ b/src/include/reef/audio/component.h
@@ -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 */
 
-- 
2.11.0



More information about the Sound-open-firmware mailing list