diff options
author | Naoya Horiguchi <n-horiguchi@ah.jp.nec.com> | 2018-09-04 15:45:51 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-10-10 08:54:22 +0200 |
commit | ee0516c4a1fec5d52d2d7702d22787fca1ed8fc0 (patch) | |
tree | 62c4e3c70ffe83696f43aa2d64f9fa70132dff66 /tools | |
parent | 5cbf015b971c8bf9bb9b6796dc92d78b51bc62b5 (diff) | |
download | linux-exynos-ee0516c4a1fec5d52d2d7702d22787fca1ed8fc0.tar.gz linux-exynos-ee0516c4a1fec5d52d2d7702d22787fca1ed8fc0.tar.bz2 linux-exynos-ee0516c4a1fec5d52d2d7702d22787fca1ed8fc0.zip |
tools/vm/page-types.c: fix "defined but not used" warning
[ 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-horiguchi@ah.jp.nec.com
Signed-off-by: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
Reviewed-by: Andrew Morton <akpm@linux-foundation.org>
Cc: Matthew Wilcox <willy@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/vm/page-types.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tools/vm/page-types.c b/tools/vm/page-types.c index e92903fc7113..6d5bcbaf6193 100644 --- a/tools/vm/page-types.c +++ b/tools/vm/page-types.c @@ -155,12 +155,6 @@ static const char * const page_flag_names[] = { }; -static const char * const debugfs_known_mountpoints[] = { - "/sys/kernel/debug", - "/debug", - 0, -}; - /* * data structures */ |