From: Alexandre Belloni Date: Mon, 16 Mar 2015 14:13:39 +0000 (+0100) Subject: ARM: at91: remove mach/at91_ramc.h and mach/at91rm9200_mc.h X-Git-Tag: omap-for-v4.2/fixes-rc1^2~105^2~3^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09099f1942e993b1c63408b5a385883876e3e35e;p=pandora-kernel.git ARM: at91: remove mach/at91_ramc.h and mach/at91rm9200_mc.h mach/at91_ramc.h and mach/at91rm9200_mc.h aren't necessary anymore, remove them. Signed-off-by: Alexandre Belloni Acked-by: Nicolas Ferre --- diff --git a/arch/arm/mach-at91/Makefile b/arch/arm/mach-at91/Makefile index f472704c3546..c5bbf8bb8c0f 100644 --- a/arch/arm/mach-at91/Makefile +++ b/arch/arm/mach-at91/Makefile @@ -1,9 +1,6 @@ # # Makefile for the linux kernel. # -ccflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/$(src)/include -asflags-$(CONFIG_ARCH_MULTIPLATFORM) := -I$(srctree)/$(src)/include - obj-y := soc.o # CPU-specific support diff --git a/arch/arm/mach-at91/include/mach/at91_ramc.h b/arch/arm/mach-at91/include/mach/at91_ramc.h deleted file mode 100644 index 39547496d4b0..000000000000 --- a/arch/arm/mach-at91/include/mach/at91_ramc.h +++ /dev/null @@ -1,28 +0,0 @@ -/* - * Header file for the Atmel RAM Controller - * - * Copyright (C) 2011 Jean-Christophe PLAGNIOL-VILLARD - * - * Under GPLv2 only - */ - -#ifndef __AT91_RAMC_H__ -#define __AT91_RAMC_H__ - -#ifndef __ASSEMBLY__ -extern void __iomem *at91_ramc_base[]; - -#define at91_ramc_read(id, field) \ - __raw_readl(at91_ramc_base[id] + field) - -#define at91_ramc_write(id, field, value) \ - __raw_writel(value, at91_ramc_base[id] + field) -#else -.extern at91_ramc_base -#endif - -#include -#include -#include - -#endif /* __AT91_RAMC_H__ */ Reading git-diff-tree failed