diff options
author | Russell King <rmk+kernel@armlinux.org.uk> | 2016-09-07 15:11:14 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@armlinux.org.uk> | 2017-11-29 10:57:41 +0000 |
commit | a5b549eda2f1f207a6da44b6e83069d1bbfda0b9 (patch) | |
tree | 5ebd608816f359692890d1dfb7c7967fd3d03097 /arch/arm/include/asm | |
parent | 50419497b5e123340f76068d08d3eb65947a1dd9 (diff) | |
download | op-kernel-dev-a5b549eda2f1f207a6da44b6e83069d1bbfda0b9.zip op-kernel-dev-a5b549eda2f1f207a6da44b6e83069d1bbfda0b9.tar.gz |
ARM: sa1111: remove special sa1111 mmio accessors
Remove the special sa1111 mmio accessors from core sa1111 code, and
their definition in sa1111.h now that all users are gone.
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Diffstat (limited to 'arch/arm/include/asm')
-rw-r--r-- | arch/arm/include/asm/hardware/sa1111.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/include/asm/hardware/sa1111.h b/arch/arm/include/asm/hardware/sa1111.h index 29fb44f..8a7cceb 100644 --- a/arch/arm/include/asm/hardware/sa1111.h +++ b/arch/arm/include/asm/hardware/sa1111.h @@ -30,9 +30,6 @@ #define _SA1111(x) ((x) + sa1111->resource.start) #endif -#define sa1111_writel(val,addr) __raw_writel(val, addr) -#define sa1111_readl(addr) __raw_readl(addr) - /* * 26 bits of the SA-1110 address bus are available to the SA-1111. * Use these when feeding target addresses to the DMA engines. |