From: Andrew Morton Date: Tue, 12 Jul 2005 20:58:31 +0000 (-0700) Subject: [PATCH] tlb.h warning fix X-Git-Tag: v2.6.13-rc3~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=542d1c88bd7f73e2e59d41b12e4a9041deea89e4;p=pandora-kernel.git [PATCH] tlb.h warning fix free_pages_and_swap_cache() and free_page_and_swap_cache() use release_pages() and page_cache_release() respectively, so make sure that we have the declarations in scope. Cc: Olaf Hering Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed