[PATCH] host1x: export host1x_syncpt_incr_max function

2014-02-19 Thread Stephen Warren
On 02/19/2014 03:23 PM, Bryan Wu wrote: > Tegra V4L2 camera driver needs this function to do frame capture. Does it need to be EXPORT_SYMBOL()d too, in case things are modules?

[PATCH] host1x: export host1x_syncpt_incr_max function

2014-02-19 Thread Bryan Wu
On Wed, Feb 19, 2014 at 2:24 PM, Stephen Warren wrote: > On 02/19/2014 03:23 PM, Bryan Wu wrote: >> Tegra V4L2 camera driver needs this function to do frame capture. > > Does it need to be EXPORT_SYMBOL()d too, in case things are modules? > Sure, I will update this patch to export symbol of it.

[PATCH] host1x: export host1x_syncpt_incr_max function

2014-02-19 Thread Bryan Wu
From: Bryan Wu Tegra V4L2 camera driver needs this function to do frame capture. Signed-off-by: Bryan Wu --- include/linux/host1x.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/linux/host1x.h b/include/linux/host1x.h index 3af8472..d2b5299 100644 ---