Commit 5c8f382c0b96aedcd709c05eae13bd684e16417e

Authored by Huang Weiyi
Committed by Benjamin Herrenschmidt
1 parent 144ef909c0

powerpc/book3e-64: Remove duplicated #include

Remove duplicated #include('s) in
  arch/powerpc/kernel/exceptions-64e.S

Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>

Showing 1 changed file with 0 additions and 1 deletions Side-by-side Diff

arch/powerpc/kernel/exceptions-64e.S
... ... @@ -17,7 +17,6 @@
17 17 #include <asm/cputable.h>
18 18 #include <asm/setup.h>
19 19 #include <asm/thread_info.h>
20   -#include <asm/reg.h>
21 20 #include <asm/exception-64e.h>
22 21 #include <asm/bug.h>
23 22 #include <asm/irqflags.h>