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

Commit 189c028f authored by Laurent Pinchart's avatar Laurent Pinchart Committed by Mauro Carvalho Chehab
Browse files

[media] v4l: of: Remove struct v4l2_of_endpoint remote field



The field isn't set when parsing the endpoint. Remove it.

Signed-off-by: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: default avatarSylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: default avatarMauro Carvalho Chehab <m.chehab@samsung.com>
parent 9ff889b6
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -53,7 +53,6 @@ struct v4l2_of_bus_parallel {
 * @port: identifier (value of reg property) of a port this endpoint belongs to
 * @id: identifier (value of reg property) of this endpoint
 * @local_node: pointer to device_node of this endpoint
 * @remote: phandle to remote endpoint node
 * @bus_type: bus type
 * @bus: bus configuration data structure
 * @head: list head for this structure
@@ -62,7 +61,6 @@ struct v4l2_of_endpoint {
	unsigned int port;
	unsigned int id;
	const struct device_node *local_node;
	const __be32 *remote;
	enum v4l2_mbus_type bus_type;
	union {
		struct v4l2_of_bus_parallel parallel;