[PATCH 08/17] ARM clps711x: Cleanup: remove unused definitions for ep_readl/ep_writel

Alexander Shiyan shc_work at mail.ru
Sat Apr 21 05:11:21 EDT 2012


Signed-off-by: Alexander Shiyan <shc_work at mail.ru>
---
 arch/arm/include/asm/hardware/ep7212.h |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/arch/arm/include/asm/hardware/ep7212.h b/arch/arm/include/asm/hardware/ep7212.h
index 0b1f508..2672291 100644
--- a/arch/arm/include/asm/hardware/ep7212.h
+++ b/arch/arm/include/asm/hardware/ep7212.h
@@ -25,11 +25,6 @@
 
 #define EP7212_PHYS_BASE	(0x80000000)
 
-#ifndef __ASSEMBLY__
-#define ep_readl(off)		__raw_readl(CLPS7111_BASE + (off))
-#define ep_writel(val,off)	__raw_writel(val, CLPS7111_BASE + (off))
-#endif
-
 /*
  * These registers are specific to the EP7212 only
  */
-- 
1.7.3.4




More information about the linux-arm-kernel mailing list