Messages in this thread Patch in this message |  | | | From | Jiri Olsa <> | | Subject | [PATCH 07/13] h8300: removing redundant ifdef | | Date | Thu, 6 May 2010 19:36:11 +0200 |
| |
wbr, jirka
Signed-off-by: Jiri Olsa <jolsa@redhat.com> --- arch/h8300/include/asm/tlb.h | 13 ------------- 1 files changed, 0 insertions(+), 13 deletions(-) diff --git a/arch/h8300/include/asm/tlb.h b/arch/h8300/include/asm/tlb.h index 3dea80a..6339a02 100644 --- a/arch/h8300/include/asm/tlb.h +++ b/arch/h8300/include/asm/tlb.h @@ -7,17 +7,4 @@ #define tlb_flush(tlb) do { } while(0) -/* - include/asm-h8300/tlb.h -*/ - -#ifndef __H8300_TLB_H__ -#define __H8300_TLB_H__ - -#define tlb_flush(tlb) do { } while(0) - -#include <asm-generic/tlb.h> - -#endif - #endif -- 1.6.6.1
|  |