summaryrefslogtreecommitdiff
path: root/drivers/video/tegra/host/nvhost_acm.c
diff options
context:
space:
mode:
authorPiotr Zierhoffer <pzierhoffer@antmicro.com>2013-04-19 16:29:28 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2013-06-12 21:43:52 +0200
commit2109c973badf1bdec9b78a6f954628c34397a190 (patch)
tree6977edc5eaa27e51ee0f67a2e5d2e90875854ce5 /drivers/video/tegra/host/nvhost_acm.c
parentb0c147b970d4ff7bcf4c63ec40cffd1783d6af66 (diff)
video: tegra: nvmap: export symbols to build tegra_v4l2_camera module
Diffstat (limited to 'drivers/video/tegra/host/nvhost_acm.c')
-rw-r--r--drivers/video/tegra/host/nvhost_acm.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/video/tegra/host/nvhost_acm.c b/drivers/video/tegra/host/nvhost_acm.c
index 5bde55ad2ff5..f22c91ac03f1 100644
--- a/drivers/video/tegra/host/nvhost_acm.c
+++ b/drivers/video/tegra/host/nvhost_acm.c
@@ -639,8 +639,10 @@ void nvhost_module_busy_ext(struct nvhost_device *dev)
{
nvhost_module_busy(dev);
}
+EXPORT_SYMBOL(nvhost_module_busy_ext);
void nvhost_module_idle_ext(struct nvhost_device *dev)
{
nvhost_module_idle(dev);
}
+EXPORT_SYMBOL(nvhost_module_idle_ext);