From: Jesper Juhl Date: Sat, 9 Jul 2011 21:22:17 +0000 (-0300) Subject: [media] drivers/media: static should be at beginning of declaration X-Git-Tag: v3.1-rc1~116^2~74 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d334f7f7ad7566d7ee6b0b1a8bc92e83b21b941;p=pandora-kernel.git [media] drivers/media: static should be at beginning of declaration Make sure that the 'static' keywork is at the beginning of declaration for drivers/media/video/omap/omap_vout.c This gets rid of warnings like when building with -Wold-style-declaration (and/or -Wextra which also enables it). Signed-off-by: Jesper Juhl Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed