]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[media] drivers/media: static should be at beginning of declaration
authorJesper Juhl <jj@chaosbits.net>
Sat, 9 Jul 2011 21:22:17 +0000 (18:22 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 13 Jul 2011 20:46:21 +0000 (17:46 -0300)
commitb4f1bc0e4379182b9ac8461ff412007f67468950
treeafa634ce8cba78664b586e86052233b7baad285d
parentea4c6c814d33ab25941d2f236d6ecc5d6599ffa6
[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 <jj@chaosbits.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/omap/omap_vout.c