diff options
author | Hiroshi Doyu <hdoyu@nvidia.com> | 2013-09-24 07:57:12 +0300 |
---|---|---|
committer | Dan Willemsen <dwillemsen@nvidia.com> | 2013-09-27 12:54:00 -0700 |
commit | 16ac6a3229ea8d0638bfca5f3ff72c2b14dbc749 (patch) | |
tree | 8dc47f32ee68c43447f32e1867b53f825ded71de /lib | |
parent | d5736591967a297ab734ab40bb3f47ba7ea7b3fa (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 'lib')
-rw-r--r-- | lib/dma-debug.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/dma-debug.c b/lib/dma-debug.c index 0fe2791d0e47..6f01db6fc567 100644 --- a/lib/dma-debug.c +++ b/lib/dma-debug.c @@ -752,14 +752,6 @@ out_unlock: return count; } -char *__weak debug_dma_platformdata(struct device *dev) -{ - /* empty string by default */ - static char buf[1]; - - return buf; -} - static inline void seq_print_ip_sym(struct seq_file *s, unsigned long ip) { seq_printf(s, "[<%p>] %pS\n", (void *)ip, (void *)ip); |