summaryrefslogtreecommitdiff
path: root/include/trace
diff options
context:
space:
mode:
authorHiroshi Doyu <hdoyu@nvidia.com>2013-09-24 07:57:12 +0300
committerDan Willemsen <dwillemsen@nvidia.com>2013-09-27 12:54:00 -0700
commit16ac6a3229ea8d0638bfca5f3ff72c2b14dbc749 (patch)
tree8dc47f32ee68c43447f32e1867b53f825ded71de /include/trace
parentd5736591967a297ab734ab40bb3f47ba7ea7b3fa (diff)
ARM: dma-mapping: Undefined debug_dma_platformdata
Fix undefined reference to debug_dma_platformdata Bug 1373902 Change-Id: I77544b64f84e8e43a9bfb873f6b2af375d341f0d Signed-off-by: Hiroshi Doyu <hdoyu@nvidia.com> Reviewed-on: http://git-master/r/278134 Reviewed-by: Krishna Reddy <vdumpa@nvidia.com> GVS: Gerrit_Virtual_Submit
Diffstat (limited to 'include/trace')
-rw-r--r--include/trace/events/dmadebug.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/trace/events/dmadebug.h b/include/trace/events/dmadebug.h
index c0929b969188..615151434640 100644
--- a/include/trace/events/dmadebug.h
+++ b/include/trace/events/dmadebug.h
@@ -30,9 +30,7 @@
#include <linux/tracepoint.h>
#include <linux/types.h>
#include <linux/device.h>
-
-/* get architecture specific interesting data */
-char *debug_dma_platformdata(struct device *dev);
+#include <linux/dma-debug.h>
DECLARE_EVENT_CLASS(dmadebug,
TP_PROTO(struct device *dev, dma_addr_t dma_addr, size_t size, \