[media] v4l: of: Remove the head field in struct v4l2_of_endpoint
authorSakari Ailus <sakari.ailus@iki.fi>
Sun, 22 Mar 2015 20:38:44 +0000 (17:38 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Mon, 27 Apr 2015 18:42:49 +0000 (15:42 -0300)
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>
include/media/v4l2-of.h

index f831c9c225b60baeb78c3f0964662ea46b8e2857..f66b92cc866909cb6632ac4bbe2dc3be6e70b725 100644 (file)
@@ -57,7 +57,6 @@ struct v4l2_of_bus_parallel {
  * @base: struct of_endpoint containing port, id, and local of_node
  * @bus_type: bus type
  * @bus: bus configuration data structure
- * @head: list head for this structure
  */
 struct v4l2_of_endpoint {
        struct of_endpoint base;
@@ -66,7 +65,6 @@ struct v4l2_of_endpoint {
                struct v4l2_of_bus_parallel parallel;
                struct v4l2_of_bus_mipi_csi2 mipi_csi2;
        } bus;
-       struct list_head head;
 };
 
 /**