Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2b5166ef authored by Sakari Ailus's avatar Sakari Ailus Committed by Mauro Carvalho Chehab
Browse files

[media] v4l: of: Remove the head field in struct v4l2_of_endpoint



The field is unused. Remove it.

Signed-off-by: default avatarSakari Ailus <sakari.ailus@iki.fi>
Acked-by: default avatarSylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@osg.samsung.com>
parent b3e5ced6
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -57,7 +57,6 @@ struct v4l2_of_bus_parallel {
 * @base: struct of_endpoint containing port, id, and local of_node
 * @base: struct of_endpoint containing port, id, and local of_node
 * @bus_type: bus type
 * @bus_type: bus type
 * @bus: bus configuration data structure
 * @bus: bus configuration data structure
 * @head: list head for this structure
 */
 */
struct v4l2_of_endpoint {
struct v4l2_of_endpoint {
	struct of_endpoint base;
	struct of_endpoint base;
@@ -66,7 +65,6 @@ struct v4l2_of_endpoint {
		struct v4l2_of_bus_parallel parallel;
		struct v4l2_of_bus_parallel parallel;
		struct v4l2_of_bus_mipi_csi2 mipi_csi2;
		struct v4l2_of_bus_mipi_csi2 mipi_csi2;
	} bus;
	} bus;
	struct list_head head;
};
};


/**
/**