commit | 151468d2b42569f3aff1aedc0dddfed45159c2ab | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Sun Nov 11 17:41:35 2007 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Mon Jan 28 13:18:45 2008 +0900 |
tree | c52d225663da207aa38091b5ab1bcf8ef9e410cd | |
parent | e32acaf601445ddc4baa52a1e4df638543455029 [diff] [blame] |
sh: Fix up header reference for arch/sh/lib64/panic.c. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
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)