diff options
author | Philipp Zabel <p.zabel@pengutronix.de> | 2018-11-05 16:25:04 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2018-11-23 11:27:59 +0100 |
commit | cdd87d3a2c3b68b4e199c041d9472216a2c503f9 (patch) | |
tree | 4a1ae9fb283b9ccbc5fc381b041b13e1232b47c8 /drivers/media/platform/coda/coda.h | |
parent | media: coda: reduce minimum frame size to 48x16 pixels. (diff) | |
download | linux-cdd87d3a2c3b68b4e199c041d9472216a2c503f9.tar.xz linux-cdd87d3a2c3b68b4e199c041d9472216a2c503f9.zip |
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>
Diffstat (limited to 'drivers/media/platform/coda/coda.h')
-rw-r--r-- | drivers/media/platform/coda/coda.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/platform/coda/coda.h b/drivers/media/platform/coda/coda.h index e35f505053d0..7fd0157c759a 100644 --- a/drivers/media/platform/coda/coda.h +++ b/drivers/media/platform/coda/coda.h @@ -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; |