From 07e812a0aeaaf21a23b3db5048a65c7042248321 Mon Sep 17 00:00:00 2001 From: Vipul Kumar Samar Date: Wed, 17 Oct 2012 12:08:26 +0530 Subject: ARM: SPEAr1310: Move 1310 specific misc register into machine specific files This patch moves some global macro definitions to the files where they are used. Its a step towards removing spear.h completely later on. Signed-off-by: Vipul Kumar Samar Signed-off-by: Viresh Kumar --- drivers/clk/spear/spear1310_clock.c | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/clk/spear') diff --git a/drivers/clk/spear/spear1310_clock.c b/drivers/clk/spear/spear1310_clock.c index 0fcec2aae19c..cf7e17685a2c 100644 --- a/drivers/clk/spear/spear1310_clock.c +++ b/drivers/clk/spear/spear1310_clock.c @@ -20,6 +20,7 @@ #include #include "clk.h" +#define VA_SPEAR1310_RAS_BASE IOMEM(UL(0xFA400000)) /* PLL related registers and bit values */ #define SPEAR1310_PLL_CFG (VA_MISC_BASE + 0x210) /* PLL_CFG bit values */ -- cgit v1.2.3