aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/media/v4l2-core/v4l2-of.c3
-rw-r--r--include/media/v4l2-of.h6
2 files changed, 4 insertions, 5 deletions
diff --git a/drivers/media/v4l2-core/v4l2-of.c b/drivers/media/v4l2-core/v4l2-of.c
index e38e21064b5f..aa59639d013c 100644
--- a/drivers/media/v4l2-core/v4l2-of.c
+++ b/drivers/media/v4l2-core/v4l2-of.c
@@ -2,7 +2,7 @@
2 * V4L2 OF binding parsing library 2 * V4L2 OF binding parsing library
3 * 3 *
4 * Copyright (C) 2012 - 2013 Samsung Electronics Co., Ltd. 4 * Copyright (C) 2012 - 2013 Samsung Electronics Co., Ltd.
5 * Sylwester Nawrocki <s.nawrocki@samsung.com> 5 * Author: Sylwester Nawrocki <s.nawrocki@samsung.com>
6 * 6 *
7 * Copyright (C) 2012 Renesas Electronics Corp. 7 * Copyright (C) 2012 Renesas Electronics Corp.
8 * Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de> 8 * Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
@@ -103,7 +103,6 @@ static void v4l2_of_parse_parallel_bus(const struct device_node *node,
103 bus->flags = flags; 103 bus->flags = flags;
104 104
105} 105}
106EXPORT_SYMBOL(v4l2_of_parse_parallel_bus);
107 106
108/** 107/**
109 * v4l2_of_parse_endpoint() - parse all endpoint node properties 108 * v4l2_of_parse_endpoint() - parse all endpoint node properties
diff --git a/include/media/v4l2-of.h b/include/media/v4l2-of.h
index 00f91473498c..3a8a84124b44 100644
--- a/include/media/v4l2-of.h
+++ b/include/media/v4l2-of.h
@@ -1,12 +1,12 @@
1/* 1/*
2 * V4L2 OF binding parsing library 2 * V4L2 OF binding parsing library
3 * 3 *
4 * Copyright (C) 2012 - 2013 Samsung Electronics Co., Ltd.
5 * Author: Sylwester Nawrocki <s.nawrocki@samsung.com>
6 *
4 * Copyright (C) 2012 Renesas Electronics Corp. 7 * Copyright (C) 2012 Renesas Electronics Corp.
5 * Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de> 8 * Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
6 * 9 *
7 * Copyright (C) 2012 - 2013 Samsung Electronics Co., Ltd.
8 * Sylwester Nawrocki <s.nawrocki@samsung.com>
9 *
10 * This program is free software; you can redistribute it and/or modify 10 * This program is free software; you can redistribute it and/or modify
11 * it under the terms of version 2 of the GNU General Public License as 11 * it under the terms of version 2 of the GNU General Public License as
12 * published by the Free Software Foundation. 12 * published by the Free Software Foundation.