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>
  * @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;
                struct v4l2_of_bus_parallel parallel;
                struct v4l2_of_bus_mipi_csi2 mipi_csi2;
        } bus;
-       struct list_head head;
 };
 
 /**