summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/exceptions-64e.S
diff options
context:
space:
mode:
authorHuang Weiyi2009-09-16 05:08:58 +0200
committerBenjamin Herrenschmidt2009-09-24 07:31:41 +0200
commit5c8f382c0b96aedcd709c05eae13bd684e16417e (patch)
tree860a5357f563c28266c497f4e9ab9c3fbb2346dc /arch/powerpc/kernel/exceptions-64e.S
parentpowerpc: Check for unsupported relocs when using CONFIG_RELOCATABLE (diff)
downloadkernel-qcow2-linux-5c8f382c0b96aedcd709c05eae13bd684e16417e.tar.gz
kernel-qcow2-linux-5c8f382c0b96aedcd709c05eae13bd684e16417e.tar.xz
kernel-qcow2-linux-5c8f382c0b96aedcd709c05eae13bd684e16417e.zip
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/kernel/exceptions-64e.S')
-rw-r--r--arch/powerpc/kernel/exceptions-64e.S1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/exceptions-64e.S b/arch/powerpc/kernel/exceptions-64e.S
index 9048f96237f6..24dcc0ecf246 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>