diff options
author | Huang Weiyi <weiyi.huang@gmail.com> | 2009-09-15 23:09:22 -0400 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2009-09-24 01:31:42 -0400 |
commit | b9eceb2307f8dda124669a9dc213aad8c1569b5a (patch) | |
tree | c7fbabaf506464a6be54f2eaa42dd798252283ec /arch/powerpc/mm | |
parent | 5c8f382c0b96aedcd709c05eae13bd684e16417e (diff) |
powerpc/mm: Remove duplicated #include
Remove duplicated #include('s) in
arch/powerpc/mm/tlb_low_64e.S
Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/mm')
-rw-r--r-- | arch/powerpc/mm/tlb_low_64e.S | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/mm/tlb_low_64e.S b/arch/powerpc/mm/tlb_low_64e.S index ef1cccf7117..f288279e679 100644 --- a/arch/powerpc/mm/tlb_low_64e.S +++ b/arch/powerpc/mm/tlb_low_64e.S | |||
@@ -18,7 +18,6 @@ | |||
18 | #include <asm/asm-offsets.h> | 18 | #include <asm/asm-offsets.h> |
19 | #include <asm/cputable.h> | 19 | #include <asm/cputable.h> |
20 | #include <asm/pgtable.h> | 20 | #include <asm/pgtable.h> |
21 | #include <asm/reg.h> | ||
22 | #include <asm/exception-64e.h> | 21 | #include <asm/exception-64e.h> |
23 | #include <asm/ppc-opcode.h> | 22 | #include <asm/ppc-opcode.h> |
24 | 23 | ||