| Submitter | Huang Weiyi |
|---|---|
| Date | Sept. 16, 2009, 1:08 p.m. |
| Message ID | <1253106538-2512-1-git-send-email-weiyi.huang@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/33707/ |
| State | Accepted |
| Commit | 5c8f382c0b96aedcd709c05eae13bd684e16417e |
| Delegated to: | Benjamin Herrenschmidt |
| Headers | show |
Comments
Patch
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>
Remove duplicated #include('s) in arch/powerpc/kernel/exceptions-64e.S Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com> --- arch/powerpc/kernel/exceptions-64e.S | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)