trace: ramdump: comment out not used functions 62/90162/1
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Wed, 28 Sep 2016 15:39:28 +0000 (00:39 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Wed, 28 Sep 2016 15:39:32 +0000 (00:39 +0900)
commit3782c91bf77b888a10294b9ec427dc0e2152de14
tree95732e798d9670dffb38b13663d99862f3347583
parentab168bd0fb552e1a9b23c3fef2537a222a44a2cc
trace: ramdump: comment out not used functions

This patch comments out not used functions to remove following
warnings.

   drivers/trace/exynos-ss.c:593:21: warning: 'exynos_ss_get_core_panic_stat' defined but not used [-Wunused-function]
    static unsigned int exynos_ss_get_core_panic_stat(unsigned cpu)
                        ^
   drivers/trace/exynos-ss.c:1047:13: warning: 'exynos_ss_dump_task_info' defined but not used [-Wunused-function]
    static void exynos_ss_dump_task_info(void)
                ^

Change-Id: I267ad6128ea33ceb4cc476c0aa5aa0a6c4da6f95
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
drivers/trace/exynos-ss.c