diff options
author | David Howells <dhowells@redhat.com> | 2012-03-28 21:11:12 +0400 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2012-03-28 21:11:12 +0400 |
commit | ec2212088c42ff7d1362629ec26dda4f3e8bdad3 (patch) | |
tree | 0e99963f6818ef9c07fe8f2fb1f9851ef9641313 /arch/alpha/boot | |
parent | f05e798ad4c09255f590f5b2c00a7ca6c172f983 (diff) | |
download | linux-ec2212088c42ff7d1362629ec26dda4f3e8bdad3.tar.xz |
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/boot')
-rw-r--r-- | arch/alpha/boot/bootp.c | 1 | ||||
-rw-r--r-- | arch/alpha/boot/bootpz.c | 1 | ||||
-rw-r--r-- | arch/alpha/boot/head.S | 1 | ||||
-rw-r--r-- | arch/alpha/boot/main.c | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/arch/alpha/boot/bootp.c b/arch/alpha/boot/bootp.c index be61670d4096..2a542a506557 100644 --- a/arch/alpha/boot/bootp.c +++ b/arch/alpha/boot/bootp.c @@ -13,7 +13,6 @@ #include <generated/utsrelease.h> #include <linux/mm.h> -#include <asm/system.h> #include <asm/console.h> #include <asm/hwrpb.h> #include <asm/pgtable.h> diff --git a/arch/alpha/boot/bootpz.c b/arch/alpha/boot/bootpz.c index c98865f21423..d6ad191698da 100644 --- a/arch/alpha/boot/bootpz.c +++ b/arch/alpha/boot/bootpz.c @@ -15,7 +15,6 @@ #include <generated/utsrelease.h> #include <linux/mm.h> -#include <asm/system.h> #include <asm/console.h> #include <asm/hwrpb.h> #include <asm/pgtable.h> diff --git a/arch/alpha/boot/head.S b/arch/alpha/boot/head.S index f3d98089b3dc..b06812bcac83 100644 --- a/arch/alpha/boot/head.S +++ b/arch/alpha/boot/head.S @@ -4,7 +4,6 @@ * initial bootloader stuff.. */ -#include <asm/system.h> .set noreorder .globl __start diff --git a/arch/alpha/boot/main.c b/arch/alpha/boot/main.c index ded57d9a80e1..3baf2d1e908d 100644 --- a/arch/alpha/boot/main.c +++ b/arch/alpha/boot/main.c @@ -11,7 +11,6 @@ #include <generated/utsrelease.h> #include <linux/mm.h> -#include <asm/system.h> #include <asm/console.h> #include <asm/hwrpb.h> #include <asm/pgtable.h> |