From: Sylwester Nawrocki Date: Tue, 2 Apr 2013 14:41:19 +0000 (-0300) Subject: [media] V4L: Remove incorrect EXPORT_SYMBOL() usage at v4l2-of.c X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~81^2~99 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6e8d96d420307ab4efbb083c47452917fabd5dd;p=pandora-kernel.git [media] V4L: Remove incorrect EXPORT_SYMBOL() usage at v4l2-of.c v4l2_of_parse_parallel_bus() function is now static and EXPORT_SYMBOL() doesn't apply to it any more. Drop this meaningless statement, which was supposed to be done in the original merged patch. While at it, edit the copyright notice so it is sorted in both the v4l2-of.c and v4l2-of.h file in newest entries on top order, and state clearly I'm just the author of parts of the code, not the copyright owner. Signed-off-by: Sylwester Nawrocki Signed-off-by: Kyungmin Park Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed