diff options
author | Kyle McMartin <kyle@redhat.com> | 2013-05-25 12:54:08 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-05-25 10:27:27 -0700 |
commit | 6b3f7b5c2221c7a4fe715ea4fd479b6d07bbcbb5 (patch) | |
tree | 3ef6897f80225abf5ea5ff62002b1f0eb733fa52 /arch/score | |
parent | 462a2b58b9860bc950b2d06d356de8fbfe1410fa (diff) | |
download | linux-6b3f7b5c2221c7a4fe715ea4fd479b6d07bbcbb5.tar.bz2 |
score: remove redundant kcore_list entries
kcore_vmalloc is in fs/proc/kcore.c and kcore_mem is unused across
the tree. Noticed while grepping the tree for some other kcore stuff.
(score looks pretty unmaintained to me.)
Signed-off-by: Kyle McMartin <kyle@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/score')
-rw-r--r-- | arch/score/mm/init.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/score/mm/init.c b/arch/score/mm/init.c index d8f988a37d16..0940682ab38b 100644 --- a/arch/score/mm/init.c +++ b/arch/score/mm/init.c @@ -41,8 +41,6 @@ unsigned long empty_zero_page; EXPORT_SYMBOL_GPL(empty_zero_page); -static struct kcore_list kcore_mem, kcore_vmalloc; - static void setup_zero_page(void) { struct page *page; |