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)
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>

No differences found