Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1e2b3bda authored by Geert Uytterhoeven's avatar Geert Uytterhoeven
Browse files

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: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
Acked-by: default avatarYoshinori Sato <ysato@users.sourceforge.jp>
parent db5ede6f
Loading
Loading
Loading
Loading
+0 −15
Original line number Diff line number Diff line
/* 
  include/asm-h8300/tlb.h 
*/

#ifndef __H8300_TLB_H__
#define __H8300_TLB_H__

#define tlb_flush(tlb)	do { } while(0)

/* 
  include/asm-h8300/tlb.h 
*/

#ifndef __H8300_TLB_H__
#define __H8300_TLB_H__

@@ -19,5 +6,3 @@
#include <asm-generic/tlb.h>

#endif

#endif