From: Devin Heitmueller Date: Fri, 20 Nov 2009 02:23:57 +0000 (-0300) Subject: V4L/DVB: cx18: export more symbols required by cx18-alsa X-Git-Tag: v2.6.34-rc1~280^2~213 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0f4cf676728e186b53ba1bb60c442c0f503ffdbc;p=profile%2Fivi%2Fkernel-adaptation-intel-automotive.git V4L/DVB: cx18: export more symbols required by cx18-alsa Export a couple of more symbols required by the cx18-alsa module. This work was sponsored by ONELAN Limited. Signed-off-by: Devin Heitmueller Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/video/cx18/cx18-streams.c b/drivers/media/video/cx18/cx18-streams.c index 253b98a..054450f 100644 --- a/drivers/media/video/cx18/cx18-streams.c +++ b/drivers/media/video/cx18/cx18-streams.c @@ -745,6 +745,7 @@ int cx18_start_v4l2_encode_stream(struct cx18_stream *s) atomic_inc(&cx->tot_capturing); return 0; } +EXPORT_SYMBOL(cx18_start_v4l2_encode_stream); void cx18_stop_all_captures(struct cx18 *cx) { @@ -810,6 +811,7 @@ int cx18_stop_v4l2_encode_stream(struct cx18_stream *s, int gop_end) return 0; } +EXPORT_SYMBOL(cx18_stop_v4l2_encode_stream); u32 cx18_find_handle(struct cx18 *cx) {