]> Pileus Git - ~andy/linux/blobdiff - arch/arm/mach-prima2/common.h
Merge remote-tracking branch 'regmap/topic/core' into regmap-next
[~andy/linux] / arch / arm / mach-prima2 / common.h
index b7c26b62e4a760c309904960ab24619d2f271acc..81135cd88e542e9c91187a866f5bf7d5a9f15415 100644 (file)
@@ -13,8 +13,8 @@
 #include <asm/mach/time.h>
 #include <asm/exception.h>
 
-extern void sirfsoc_prima2_timer_init(void);
-extern void sirfsoc_marco_timer_init(void);
+#define SIRFSOC_VA_BASE                _AC(0xFEC00000, UL)
+#define SIRFSOC_VA(x)          (SIRFSOC_VA_BASE + ((x) & 0x00FFF000))
 
 extern struct smp_operations   sirfsoc_smp_ops;
 extern void sirfsoc_secondary_startup(void);