diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-05-09 10:55:38 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-05-09 10:55:38 +0900 |
commit | b118ca572db5af832c6fc1af7b301105378d1a08 (patch) | |
tree | f312b3f0f863b56add106efdf091d1f51447a0d0 /arch/sh/mm | |
parent | 21ec4c6453790cb9bfa996ab8f27f22dd47c516a (diff) | |
download | linux-b118ca572db5af832c6fc1af7b301105378d1a08.tar.bz2 |
sh: Convert to common die chain.
This went in immediately after SH added the die chain notifiers,
so move over to that instead..
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/mm')
-rw-r--r-- | arch/sh/mm/fault.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/mm/fault.c b/arch/sh/mm/fault.c index 0ecc117cade4..9207da67ff8a 100644 --- a/arch/sh/mm/fault.c +++ b/arch/sh/mm/fault.c @@ -15,7 +15,7 @@ #include <linux/mm.h> #include <linux/hardirq.h> #include <linux/kprobes.h> -#include <asm/kdebug.h> +#include <linux/kdebug.h> #include <asm/system.h> #include <asm/mmu_context.h> #include <asm/tlbflush.h> |