0695e74a0fa7357b6aa5083e10d9205d parent 7da6844cf7bc44dcda548a0a0aebf85f3a1c1485 author Andrew Morton 1121201911 -0700 committer Linus Torvalds 1121209262 -0700 [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