Commit b42ff142 authored by Javier Martinez Canillas's avatar Javier Martinez Canillas Committed by Mauro Carvalho Chehab

[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: default avatarJavier Martinez Canillas <javier@osg.samsung.com>
Acked-by: default avatarHans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@osg.samsung.com>
parent d10c9894
...@@ -103,7 +103,6 @@ struct media_entity_operations { ...@@ -103,7 +103,6 @@ struct media_entity_operations {
struct media_entity { struct media_entity {
struct media_gobj graph_obj; struct media_gobj graph_obj;
struct list_head list; struct list_head list;
struct media_device *parent; /* Media device this entity belongs to*/
const char *name; /* Entity name */ const char *name; /* Entity name */
u32 type; /* Entity type (MEDIA_ENT_T_*) */ u32 type; /* Entity type (MEDIA_ENT_T_*) */
u32 revision; /* Entity revision, driver specific */ u32 revision; /* Entity revision, driver specific */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment