Skip to content

Commit 7ab660f

Browse files
Naoya Horiguchitorvalds
authored andcommitted
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/[email protected] Signed-off-by: Naoya Horiguchi <[email protected]> Reviewed-by: Andrew Morton <[email protected]> Cc: Matthew Wilcox <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
1 parent 9045065 commit 7ab660f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tools/vm/page-types.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -159,12 +159,6 @@ static const char * const page_flag_names[] = {
159159
};
160160

161161

162-
static const char * const debugfs_known_mountpoints[] = {
163-
"/sys/kernel/debug",
164-
"/debug",
165-
0,
166-
};
167-
168162
/*
169163
* data structures
170164
*/

0 commit comments

Comments
 (0)