From: Namhyung Kim Date: Tue, 26 Oct 2010 21:22:03 +0000 (-0700) Subject: mm: declare some external symbols X-Git-Tag: v2.6.37-rc1~105^2~113 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92c09c041f15fc88b35f8628e07639f52e1fbb38;p=pandora-kernel.git mm: declare some external symbols Declare 'bdi_pending_list' and 'tag_pages_for_writeback()' to remove following sparse warnings: mm/backing-dev.c:46:1: warning: symbol 'bdi_pending_list' was not declared. Should it be static? mm/page-writeback.c:825:6: warning: symbol 'tag_pages_for_writeback' was not declared. Should it be static? Signed-off-by: Namhyung Kim Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed