From: Mauro Carvalho Chehab Date: Fri, 22 Aug 2014 16:11:06 +0000 (-0500) Subject: [media] omap: fix compilation if !VIDEO_OMAP2_VOUT_VRFB X-Git-Tag: fixes-against-v3.18-rc2~130^2^2~404 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92e3919a49c0ed683ebab8a992eaac331afce8b7;p=pandora-kernel.git [media] omap: fix compilation if !VIDEO_OMAP2_VOUT_VRFB 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 --- Reading git-diff-tree failed