summaryrefslogtreecommitdiffstats
path: root/include/media/v4l2-of.h
diff options
context:
space:
mode:
authorSakari Ailus2015-03-22 21:38:44 +0100
committerMauro Carvalho Chehab2015-04-27 20:42:49 +0200
commit2b5166efda83259fe1d98424a7875293718ec22e (patch)
tree0ea8cfbcda7d0dd6794f46cd25856d993d5359b7 /include/media/v4l2-of.h
parentMerge tag 'v4.1-rc1' into patchwork (diff)
downloadkernel-qcow2-linux-2b5166efda83259fe1d98424a7875293718ec22e.tar.gz
kernel-qcow2-linux-2b5166efda83259fe1d98424a7875293718ec22e.tar.xz
kernel-qcow2-linux-2b5166efda83259fe1d98424a7875293718ec22e.zip
[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>
Diffstat (limited to 'include/media/v4l2-of.h')
-rw-r--r--include/media/v4l2-of.h2
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 {
* @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;
};
/**