summaryrefslogtreecommitdiff
path: root/include/trace
diff options
context:
space:
mode:
authorKrishna Reddy <vdumpa@nvidia.com>2014-03-24 09:29:12 -0700
committerKrishna Reddy <vdumpa@nvidia.com>2014-03-24 16:36:39 -0700
commit57e250b836636547b53cb247041fa4fa806b2d0a (patch)
treeb26aee055d2f8c31c1c5da9faf2f5d297b263885 /include/trace
parent210eba8ad18235107a09f8e9aa7275a83a631f4e (diff)
video: tegra: nvmap: avoid exposing private struct's to clients
avoid exposing nvmap private structs to clients. remove unnecessary export symbol's. remove unnecessary config protection in nvmap_priv.h. Change-Id: I7f4195a6156c8521e65194f8492c92fba972d7c9 Signed-off-by: Krishna Reddy <vdumpa@nvidia.com> Reviewed-on: http://git-master/r/385717 Reviewed-by: Alex Waterman <alexw@nvidia.com> GVS: Gerrit_Virtual_Submit
Diffstat (limited to 'include/trace')
-rw-r--r--include/trace/events/nvmap.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/trace/events/nvmap.h b/include/trace/events/nvmap.h
index 06d14c8cff20..3848619e62bc 100644
--- a/include/trace/events/nvmap.h
+++ b/include/trace/events/nvmap.h
@@ -31,6 +31,10 @@
#include <linux/types.h>
#include <linux/tracepoint.h>
+struct nvmap_handle;
+struct nvmap_handle_ref;
+struct nvmap_client;
+
DECLARE_EVENT_CLASS(nvmap,
TP_PROTO(struct nvmap_client *client, const char *name),
TP_ARGS(client, name),