diff options
| author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2013-05-17 06:31:04 -0400 |
|---|---|---|
| committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2013-12-18 03:26:05 -0500 |
| commit | 189c028f4771d69559762cb8035cc6927b3647fe (patch) | |
| tree | 8eb6be52b03242237651d369b49719ce457265e5 /include | |
| parent | 9ff889b612ae3c36a537b8f023dd0201412de87f (diff) | |
[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>
Diffstat (limited to 'include')
| -rw-r--r-- | include/media/v4l2-of.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/media/v4l2-of.h b/include/media/v4l2-of.h index 3480cd00d5c1..541cea4122e9 100644 --- a/include/media/v4l2-of.h +++ b/include/media/v4l2-of.h | |||
| @@ -53,7 +53,6 @@ struct v4l2_of_bus_parallel { | |||
| 53 | * @port: identifier (value of reg property) of a port this endpoint belongs to | 53 | * @port: identifier (value of reg property) of a port this endpoint belongs to |
| 54 | * @id: identifier (value of reg property) of this endpoint | 54 | * @id: identifier (value of reg property) of this endpoint |
| 55 | * @local_node: pointer to device_node of this endpoint | 55 | * @local_node: pointer to device_node of this endpoint |
| 56 | * @remote: phandle to remote endpoint node | ||
| 57 | * @bus_type: bus type | 56 | * @bus_type: bus type |
| 58 | * @bus: bus configuration data structure | 57 | * @bus: bus configuration data structure |
| 59 | * @head: list head for this structure | 58 | * @head: list head for this structure |
| @@ -62,7 +61,6 @@ struct v4l2_of_endpoint { | |||
| 62 | unsigned int port; | 61 | unsigned int port; |
| 63 | unsigned int id; | 62 | unsigned int id; |
| 64 | const struct device_node *local_node; | 63 | const struct device_node *local_node; |
| 65 | const __be32 *remote; | ||
| 66 | enum v4l2_mbus_type bus_type; | 64 | enum v4l2_mbus_type bus_type; |
| 67 | union { | 65 | union { |
| 68 | struct v4l2_of_bus_parallel parallel; | 66 | struct v4l2_of_bus_parallel parallel; |
