diff --git a/include/media/media-entity.h b/include/media/media-entity.h
index ad9e16e5e44dccf097276d084d5cffeab7cfaed1..a493dd9910f4187b48b6050cfe3da02f4c287070 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 */