From: Nobuhiro Iwamatsu Date: Tue, 31 May 2011 04:27:41 +0000 (+0900) Subject: sh: asm/tlb.h needs linux/swap.h X-Git-Tag: v3.0-rc2~14^2~5 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=194cd8dfc9e4f29249b3bd45c5cb5c0a33a6438c;p=pandora-kernel.git sh: asm/tlb.h needs linux/swap.h Commit 1e56a56410bb64bce62d44563e35a143fc2d515f introduced the mmu_gather rework for sh, but missed a linux/swap.h include: CC arch/sh/mm/tlb-urb.o In file included from arch/sh/mm/tlb-urb.c:14:0: arch/sh/include/asm/tlb.h: In function '__tlb_remove_page': arch/sh/include/asm/tlb.h:92:2: error: implicit declaration of function 'free_page_and_swap_cache' Signed-off-by: Nobuhiro Iwamatsu CC: Peter Zijlstra Signed-off-by: Paul Mundt --- Reading git-diff-tree failed