diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-11-11 03:41:35 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-01-27 23:18:45 -0500 |
commit | 151468d2b42569f3aff1aedc0dddfed45159c2ab (patch) | |
tree | c52d225663da207aa38091b5ab1bcf8ef9e410cd /arch/sh/lib64 | |
parent | e32acaf601445ddc4baa52a1e4df638543455029 (diff) |
sh: Fix up header reference for arch/sh/lib64/panic.c.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/lib64')
-rw-r--r-- | 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 c9eb1cb50d97..ff559e2a96f7 100644 --- a/arch/sh/lib64/panic.c +++ b/arch/sh/lib64/panic.c | |||
@@ -8,7 +8,7 @@ | |||
8 | 8 | ||
9 | #include <linux/kernel.h> | 9 | #include <linux/kernel.h> |
10 | #include <asm/io.h> | 10 | #include <asm/io.h> |
11 | #include <asm/registers.h> | 11 | #include <asm/cpu/registers.h> |
12 | 12 | ||
13 | /* THIS IS A PHYSICAL ADDRESS */ | 13 | /* THIS IS A PHYSICAL ADDRESS */ |
14 | #define HDSP2534_ADDR (0x04002100) | 14 | #define HDSP2534_ADDR (0x04002100) |