From: Naoya Horiguchi <n-horigu...@ah.jp.nec.com> [ Upstream commit 7ab660f8baecfe26c1c267fa8e64d2073feae2bb ]
debugfs_known_mountpoints[] is not used any more, so let's remove it. Link: http://lkml.kernel.org/r/1535102651-19418-1-git-send-email-n-horigu...@ah.jp.nec.com Signed-off-by: Naoya Horiguchi <n-horigu...@ah.jp.nec.com> Reviewed-by: Andrew Morton <a...@linux-foundation.org> Cc: Matthew Wilcox <wi...@infradead.org> Signed-off-by: Andrew Morton <a...@linux-foundation.org> Signed-off-by: Linus Torvalds <torva...@linux-foundation.org> Signed-off-by: Sasha Levin <alexander.le...@microsoft.com> --- tools/vm/page-types.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tools/vm/page-types.c b/tools/vm/page-types.c index cce853dca691..a4c31fb2887b 100644 --- a/tools/vm/page-types.c +++ b/tools/vm/page-types.c @@ -156,12 +156,6 @@ static const char * const page_flag_names[] = { }; -static const char * const debugfs_known_mountpoints[] = { - "/sys/kernel/debug", - "/debug", - 0, -}; - /* * data structures */ -- 2.17.1