diff options
author | Sakari Ailus <sakari.ailus@iki.fi> | 2015-03-22 16:38:44 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-04-27 14:42:49 -0400 |
commit | 2b5166efda83259fe1d98424a7875293718ec22e (patch) | |
tree | 0ea8cfbcda7d0dd6794f46cd25856d993d5359b7 | |
parent | b3e5ced63e051e8f911b795ac5b06229a5328f7b (diff) |
[media] v4l: of: Remove the head field in struct v4l2_of_endpoint
The field is unused. Remove it.
Signed-off-by: Sakari Ailus <sakari.ailus@iki.fi>
Acked-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
-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 f831c9c225b6..f66b92cc8669 100644 --- a/include/media/v4l2-of.h +++ b/include/media/v4l2-of.h | |||
@@ -57,7 +57,6 @@ struct v4l2_of_bus_parallel { | |||
57 | * @base: struct of_endpoint containing port, id, and local of_node | 57 | * @base: struct of_endpoint containing port, id, and local of_node |
58 | * @bus_type: bus type | 58 | * @bus_type: bus type |
59 | * @bus: bus configuration data structure | 59 | * @bus: bus configuration data structure |
60 | * @head: list head for this structure | ||
61 | */ | 60 | */ |
62 | struct v4l2_of_endpoint { | 61 | struct v4l2_of_endpoint { |
63 | struct of_endpoint base; | 62 | struct of_endpoint base; |
@@ -66,7 +65,6 @@ struct v4l2_of_endpoint { | |||
66 | struct v4l2_of_bus_parallel parallel; | 65 | struct v4l2_of_bus_parallel parallel; |
67 | struct v4l2_of_bus_mipi_csi2 mipi_csi2; | 66 | struct v4l2_of_bus_mipi_csi2 mipi_csi2; |
68 | } bus; | 67 | } bus; |
69 | struct list_head head; | ||
70 | }; | 68 | }; |
71 | 69 | ||
72 | /** | 70 | /** |