V4L/DVB (6324): fix videobuf_cgmbuf export
authorPekka Enberg <penberg@cs.helsinki.fi>
Sat, 13 Oct 2007 08:54:54 +0000 (05:54 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Mon, 22 Oct 2007 14:01:35 +0000 (12:01 -0200)
commita13625c518ca6fd3ff7cb3b66d8023f843a745a3
tree32a73a63a51ee704ed545c0bdc29eeb1cc19892f
parent475d5263114d55eb9024e6ab4b6ea74e28386970
V4L/DVB (6324): fix videobuf_cgmbuf export

As videobuf_cgmbuf is defined only if CONFIG_VIDEO_V4L1_COMPAT is enabled,
move the EXPORT_SYMBOL_GPL declaration inside the #ifdef block.  Fixes
compilation for x86_64 defconfig.

Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/videobuf-core.c