[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1334999490-27177-9-git-send-email-shc_work@mail.ru>
Date: Sat, 21 Apr 2012 13:11:21 +0400
From: Alexander Shiyan <shc_work@...l.ru>
To: Russell King <linux@....linux.org.uk>
Cc: linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
Alexander Shiyan <shc_work@...l.ru>
Subject: [PATCH 08/17] ARM clps711x: Cleanup: remove unused definitions for ep_readl/ep_writel
Signed-off-by: Alexander Shiyan <shc_work@...l.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists