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?
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.
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
--- a/include/linux/host1x.h
+++