Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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 <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
- Loading branch information