h8300: Fix <asm/tlb.h>
authorGeert Uytterhoeven <geert@linux-m68k.org>
Tue, 7 May 2013 08:27:53 +0000 (10:27 +0200)
committerGeert Uytterhoeven <geert@linux-m68k.org>
Sun, 23 Jun 2013 13:55:02 +0000 (15:55 +0200)
commit1e2b3bdaa770fa2d6fe8435e57cd2452d91cd18b
tree02b043c58127775469b0af479be6c5e65c14b45a
parentdb5ede6f5e653cc986b3fd6008de970f996d9431
h8300: Fix <asm/tlb.h>

Ten years ago, a mismerge happened, concatenating two slightly different
versions of the same file. As a consequence, <asm-generic/tlb.h> was never
included, leading to a build failure only now:

kernel/cpu/idle.c: In function 'cpu_idle_loop':
kernel/cpu/idle.c:70:4: error: implicit declaration of function 'check_pgt_cache' [-Werror=implicit-function-declaration]

Remove the duplicates, and the header comment with the no longer correct
file name.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: Yoshinori Sato <ysato@users.sourceforge.jp>
arch/h8300/include/asm/tlb.h
This page took 0.025756 seconds and 5 git commands to generate.