diff options
author | Huang Weiyi <weiyi.huang@gmail.com> | 2009-09-16 03:08:58 +0000 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2009-09-24 15:31:41 +1000 |
commit | 5c8f382c0b96aedcd709c05eae13bd684e16417e (patch) | |
tree | 860a5357f563c28266c497f4e9ab9c3fbb2346dc /arch/powerpc | |
parent | 144ef909c09b60c97b3c20b69ea30abd1e60e54d (diff) | |
download | op-kernel-dev-5c8f382c0b96aedcd709c05eae13bd684e16417e.zip op-kernel-dev-5c8f382c0b96aedcd709c05eae13bd684e16417e.tar.gz |
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>
Diffstat (limited to 'arch/powerpc')
-rw-r--r-- | arch/powerpc/kernel/exceptions-64e.S | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/exceptions-64e.S b/arch/powerpc/kernel/exceptions-64e.S index 9048f96..24dcc0e 100644 --- a/arch/powerpc/kernel/exceptions-64e.S +++ b/arch/powerpc/kernel/exceptions-64e.S @@ -17,7 +17,6 @@ #include <asm/cputable.h> #include <asm/setup.h> #include <asm/thread_info.h> -#include <asm/reg.h> #include <asm/exception-64e.h> #include <asm/bug.h> #include <asm/irqflags.h> |