diff options
author | David Howells <dhowells@redhat.com> | 2014-02-24 16:48:26 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2014-02-25 12:33:37 +0100 |
commit | 74c4137b2a9c73e7e6887ea1bac93d7012827012 (patch) | |
tree | 6ec689b7afd59ea2f5ff6d758b86ae366bedad45 /arch/arm/include/asm/system.h | |
parent | ARM: 7985/1: mm: implement pte_accessible for faulting mappings (diff) | |
download | linux-74c4137b2a9c73e7e6887ea1bac93d7012827012.tar.xz linux-74c4137b2a9c73e7e6887ea1bac93d7012827012.zip |
ARM: 7989/1: Delete asm/system.h
Delete ARM's asm/system.h. It's the last holdout and should be got rid of.
This builds for defconfig, lpc32xx_defconfig, exynos_defconfig + XEN, the
previous changed to a Gemini system and an omap3 config with TI_DAVINCI_EMAC.
Signed-off-by: David Howells <dhowells@redhat.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Cc: linux-arm-kernel@lists.infradead.org
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/include/asm/system.h')
-rw-r--r-- | arch/arm/include/asm/system.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/arm/include/asm/system.h b/arch/arm/include/asm/system.h deleted file mode 100644 index 368165e33c1c..000000000000 --- a/arch/arm/include/asm/system.h +++ /dev/null @@ -1,7 +0,0 @@ -/* FILE TO BE DELETED. DO NOT ADD STUFF HERE! */ -#include <asm/barrier.h> -#include <asm/compiler.h> -#include <asm/cmpxchg.h> -#include <asm/switch_to.h> -#include <asm/system_info.h> -#include <asm/system_misc.h> |