diff options
author | Javier Martinez Canillas <javier@osg.samsung.com> | 2015-08-19 17:35:22 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2016-01-11 15:18:43 +0100 |
commit | b42ff142b8d880427e8c30b05de71b841a67aaad (patch) | |
tree | a1dc0cc1c205f68f28155eb0857e9a067124695a /include/media/media-entity.h | |
parent | [media] media: use entity.graph_obj.mdev instead of .parent (diff) | |
download | linux-b42ff142b8d880427e8c30b05de71b841a67aaad.tar.xz linux-b42ff142b8d880427e8c30b05de71b841a67aaad.zip |
[media] media: remove media entity .parent field
Now that the struct media_entity .parent field is unused, it can be
safely removed. Since all the previous users were converted to use
the .mdev field from the embedded struct media_gobj instead.
Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Acked-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'include/media/media-entity.h')
-rw-r--r-- | include/media/media-entity.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/media/media-entity.h b/include/media/media-entity.h index ad9e16e5e44d..a493dd9910f4 100644 --- a/include/media/media-entity.h +++ b/include/media/media-entity.h @@ -103,7 +103,6 @@ struct media_entity_operations { struct media_entity { struct media_gobj graph_obj; struct list_head list; - struct media_device *parent; /* Media device this entity belongs to*/ const char *name; /* Entity name */ u32 type; /* Entity type (MEDIA_ENT_T_*) */ u32 revision; /* Entity revision, driver specific */ |