diff options
author | David Howells <dhowells@redhat.com> | 2012-03-28 18:11:12 +0100 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2012-03-28 18:11:12 +0100 |
commit | ec2212088c42ff7d1362629ec26dda4f3e8bdad3 (patch) | |
tree | 0e99963f6818ef9c07fe8f2fb1f9851ef9641313 /arch/alpha/mm | |
parent | f05e798ad4c09255f590f5b2c00a7ca6c172f983 (diff) | |
download | kernel_goldelico_gta04-ec2212088c42ff7d1362629ec26dda4f3e8bdad3.zip kernel_goldelico_gta04-ec2212088c42ff7d1362629ec26dda4f3e8bdad3.tar.gz kernel_goldelico_gta04-ec2212088c42ff7d1362629ec26dda4f3e8bdad3.tar.bz2 |
Disintegrate asm/system.h for Alpha
Disintegrate asm/system.h for Alpha.
Signed-off-by: David Howells <dhowells@redhat.com>
cc: linux-alpha@vger.kernel.org
Diffstat (limited to 'arch/alpha/mm')
-rw-r--r-- | arch/alpha/mm/fault.c | 1 | ||||
-rw-r--r-- | arch/alpha/mm/init.c | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/arch/alpha/mm/fault.c b/arch/alpha/mm/fault.c index fadd5f8..5eecab1 100644 --- a/arch/alpha/mm/fault.c +++ b/arch/alpha/mm/fault.c @@ -24,7 +24,6 @@ #include <linux/interrupt.h> #include <linux/module.h> -#include <asm/system.h> #include <asm/uaccess.h> extern void die_if_kernel(char *,struct pt_regs *,long, unsigned long *); diff --git a/arch/alpha/mm/init.c b/arch/alpha/mm/init.c index 69d0c57..1ad6ca7 100644 --- a/arch/alpha/mm/init.c +++ b/arch/alpha/mm/init.c @@ -22,7 +22,6 @@ #include <linux/vmalloc.h> #include <linux/gfp.h> -#include <asm/system.h> #include <asm/uaccess.h> #include <asm/pgtable.h> #include <asm/pgalloc.h> @@ -31,6 +30,7 @@ #include <asm/mmu_context.h> #include <asm/console.h> #include <asm/tlb.h> +#include <asm/setup.h> extern void die_if_kernel(char *,struct pt_regs *,long); |