OSDN Git Service

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)
commit35ba13e43cfb7f36541e44516b01cf6a3f8a5ea1
treecc61fcc3a82721d8210aed37843e8be15776b681
parent9003987a08d4dd7bf9d2e5d3e332cc0b515812e4
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: 15c6098cfec5 ("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