commit | 92e3919a49c0ed683ebab8a992eaac331afce8b7 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <m.chehab@samsung.com> | Fri Aug 22 11:11:06 2014 -0500 |
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | Tue Aug 26 18:52:05 2014 -0300 |
tree | 159a85faa7eb45ea5cb3b00c167be89ef716c9ce | |
parent | 286da9902240ea8476af6afc02bc29e82508f63f [diff] |
[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 <m.chehab@samsung.com>