diff options
| author | Naoya Horiguchi <n-horiguchi@ah.jp.nec.com> | 2018-09-04 18:45:51 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2018-09-04 19:45:02 -0400 |
| commit | 7ab660f8baecfe26c1c267fa8e64d2073feae2bb (patch) | |
| tree | 5c6074e76bc5411f03c6e84fba1fb294c26f60a2 | |
| parent | 904506562e0856f2535d876407d087c9459d345b (diff) | |
tools/vm/page-types.c: fix "defined but not used" warning
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>
| -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 30cb0a0713ff..37908a83ddc2 100644 --- a/tools/vm/page-types.c +++ b/tools/vm/page-types.c | |||
| @@ -159,12 +159,6 @@ static const char * const page_flag_names[] = { | |||
| 159 | }; | 159 | }; |
| 160 | 160 | ||
| 161 | 161 | ||
| 162 | static const char * const debugfs_known_mountpoints[] = { | ||
| 163 | "/sys/kernel/debug", | ||
| 164 | "/debug", | ||
| 165 | 0, | ||
| 166 | }; | ||
| 167 | |||
| 168 | /* | 162 | /* |
| 169 | * data structures | 163 | * data structures |
| 170 | */ | 164 | */ |
