]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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>
Mon, 27 May 2013 17:33:01 +0000 (19:33 +0200)
commit662f49fc5d27e31f649f9eb3792f8b609813c1ba
tree5c3001592d87a397bc303c63d3e534161d86734e
parentf624ed3dfc2218c117f458e152c732e0630e6f3e
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