media: coda: remove unused instances list

The per-device instance list is unused, remove it.

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Hans Verkuil <hansverk@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
This commit is contained in:
Philipp Zabel
2018-11-05 10:25:04 -05:00
gecommit door Mauro Carvalho Chehab
bovenliggende 074e8db02c
commit cdd87d3a2c
2 gewijzigde bestanden met toevoegingen van 0 en 11 verwijderingen

Bestand weergeven

@@ -95,7 +95,6 @@ struct coda_dev {
struct mutex coda_mutex;
struct workqueue_struct *workqueue;
struct v4l2_m2m_dev *m2m_dev;
struct list_head instances;
struct ida ida;
struct dentry *debugfs_root;
};
@@ -193,7 +192,6 @@ struct coda_context_ops {
struct coda_ctx {
struct coda_dev *dev;
struct mutex buffer_mutex;
struct list_head list;
struct work_struct pic_run_work;
struct work_struct seq_end_work;
struct completion completion;