Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=151468d2b42569f3aff1aedc0dddfed45159c2ab
Commit:     151468d2b42569f3aff1aedc0dddfed45159c2ab
Parent:     e32acaf601445ddc4baa52a1e4df638543455029
Author:     Paul Mundt <[EMAIL PROTECTED]>
AuthorDate: Sun Nov 11 17:41:35 2007 +0900
Committer:  Paul Mundt <[EMAIL PROTECTED]>
CommitDate: Mon Jan 28 13:18:45 2008 +0900

    sh: Fix up header reference for arch/sh/lib64/panic.c.
    
    Signed-off-by: Paul Mundt <[EMAIL PROTECTED]>
---
 arch/sh/lib64/panic.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/sh/lib64/panic.c b/arch/sh/lib64/panic.c
index c9eb1cb..ff559e2 100644
--- a/arch/sh/lib64/panic.c
+++ b/arch/sh/lib64/panic.c
@@ -8,7 +8,7 @@
 
 #include <linux/kernel.h>
 #include <asm/io.h>
-#include <asm/registers.h>
+#include <asm/cpu/registers.h>
 
 /* THIS IS A PHYSICAL ADDRESS */
 #define HDSP2534_ADDR (0x04002100)
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to