]> git.baikalelectronics.ru Git - kernel.git/commit
staging: android: ion: Clean unused debug_show memeber of the heap object
authorAlexey Skidanov <alexey.skidanov@intel.com>
Wed, 5 Sep 2018 05:03:15 +0000 (08:03 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 10 Sep 2018 08:28:07 +0000 (10:28 +0200)
commit77f7853e43c142c7ef9adc51f1e3ca83241b4b0f
treecc61fcc3a82721d8210aed37843e8be15776b681
parentf9cfde6d8c79a5442dcd46b981ecfc7aa6501711
staging: android: ion: Clean unused debug_show memeber of the heap object

ION had supported heap debug info under /sys/kernel/debug/ion/<heap_name>.
This support have been removed but some leftovers (dead code) still exist.

This patch removes the existing dead code.

Fixes: 401df7e239ce ("staging: android: ion: Remove ion_handle and ion_client")
Signed-off-by: Alexey Skidanov <alexey.skidanov@intel.com>
Acked-by: Laura Abbott <labbott@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/android/ion/ion.h
drivers/staging/android/ion/ion_system_heap.c