aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma-buf/sync_debug.h
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2019-04-19 19:19:04 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2019-04-23 09:30:07 +0100
commit245e736408175742a29acd5b3735ecc6b39f3ca1 (patch)
tree719e2646c4bd75c8352f7dfa142cab6055db82b5 /drivers/dma-buf/sync_debug.h
parentMAINTAINERS: Add Sam as reviewer for drm/panel (diff)
downloadlinux-dev-245e736408175742a29acd5b3735ecc6b39f3ca1.tar.xz
linux-dev-245e736408175742a29acd5b3735ecc6b39f3ca1.zip
dma-buf: Remove unused sync_dump()
sync_dump() is an unused, unexported, function that adds 64k to the kernel image and doesn't even provide locking around the global array it uses. add/remove: 0/2 grow/shrink: 0/0 up/down: 0/-65734 (-65734) Function old new delta sync_dump 198 - -198 sync_dump_buf 65536 - -65536 Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Cc: Sumit Semwal <sumit.semwal@linaro.org> Cc: Gustavo Padovan <gustavo@padovan.org> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: https://patchwork.freedesktop.org/patch/msgid/20190419181904.6199-1-chris@chris-wilson.co.uk
Diffstat (limited to 'drivers/dma-buf/sync_debug.h')
-rw-r--r--drivers/dma-buf/sync_debug.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/dma-buf/sync_debug.h b/drivers/dma-buf/sync_debug.h
index 05e33f937ad0..6176e52ba2d7 100644
--- a/drivers/dma-buf/sync_debug.h
+++ b/drivers/dma-buf/sync_debug.h
@@ -68,6 +68,5 @@ void sync_timeline_debug_add(struct sync_timeline *obj);
void sync_timeline_debug_remove(struct sync_timeline *obj);
void sync_file_debug_add(struct sync_file *fence);
void sync_file_debug_remove(struct sync_file *fence);
-void sync_dump(void);
#endif /* _LINUX_SYNC_H */