Signed-off-by: Laurent Pinchart <laurent.pinch...@ideasonboard.com>
---
 drivers/media/video/v4l2-event.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

 Sakari, this should go to 2.6.35 with the V4L2 events patch set. Could you ack
 the patch so that Mauro can apply it to his linux-next tree ?

 Regards,

 Laurent Pinchart

diff --git a/drivers/media/video/v4l2-event.c b/drivers/media/video/v4l2-event.c
index 170e40f..2e673fb 100644
--- a/drivers/media/video/v4l2-event.c
+++ b/drivers/media/video/v4l2-event.c
@@ -45,6 +45,7 @@ int v4l2_event_init(struct v4l2_fh *fh)
 
        return 0;
 }
+EXPORT_SYMBOL_GPL(v4l2_event_init);
 
 int v4l2_event_alloc(struct v4l2_fh *fh, unsigned int n)
 {
@@ -144,6 +145,7 @@ int v4l2_event_dequeue(struct v4l2_fh *fh, struct 
v4l2_event *event,
 
        return ret;
 }
+EXPORT_SYMBOL_GPL(v4l2_event_dequeue);
 
 /* Caller must hold fh->event->lock! */
 static struct v4l2_subscribed_event *v4l2_event_subscribed(
-- 
1.6.4.4

--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to