[media] omap: fix compilation if !VIDEO_OMAP2_VOUT_VRFB
authorMauro Carvalho Chehab <m.chehab@samsung.com>
Fri, 22 Aug 2014 16:11:06 +0000 (11:11 -0500)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Tue, 26 Aug 2014 21:52:05 +0000 (18:52 -0300)
When CONFIG_VIDEO_OMAP2_VOUT_VRFB is disabled, the compilation
will fail, as the function stubs are wrong. Also, as they weren't
declared as static inline, lots of warnings will be generated.

Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>

No differences found