Browse Source

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

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

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Laurent Pinchart 12 years ago
parent
commit
189c028f47
1 changed files with 0 additions and 2 deletions
  1. 0 2
      include/media/v4l2-of.h

+ 0 - 2
include/media/v4l2-of.h

@@ -53,7 +53,6 @@ struct v4l2_of_bus_parallel {
  * @port: identifier (value of reg property) of a port this endpoint belongs to
  * @port: identifier (value of reg property) of a port this endpoint belongs to
  * @id: identifier (value of reg property) of this endpoint
  * @id: identifier (value of reg property) of this endpoint
  * @local_node: pointer to device_node of this endpoint
  * @local_node: pointer to device_node of this endpoint
- * @remote: phandle to remote endpoint 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
  * @head: list head for this structure
@@ -62,7 +61,6 @@ struct v4l2_of_endpoint {
 	unsigned int port;
 	unsigned int port;
 	unsigned int id;
 	unsigned int id;
 	const struct device_node *local_node;
 	const struct device_node *local_node;
-	const __be32 *remote;
 	enum v4l2_mbus_type bus_type;
 	enum v4l2_mbus_type bus_type;
 	union {
 	union {
 		struct v4l2_of_bus_parallel parallel;
 		struct v4l2_of_bus_parallel parallel;