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

From: Alexander Shiyan
Date: Sat Apr 21 2012 - 05:12:47 EST



Signed-off-by: Alexander Shiyan <shc_work@xxxxxxx>
---
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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/