Merge remote-tracking branch 'asoc/topic/core' into asoc-next
[deliverable/linux.git] / arch / arm64 / include / asm / memory.h
index a62cd077457b933641d4f016c255e297b332c3bc..6486b2bfd56263c920cd28d840d9583212391d01 100644 (file)
@@ -120,11 +120,13 @@ extern phys_addr_t                memstart_addr;
  * translation for translating DMA addresses.  Use the driver
  * DMA support - see dma-mapping.h.
  */
+#define virt_to_phys virt_to_phys
 static inline phys_addr_t virt_to_phys(const volatile void *x)
 {
        return __virt_to_phys((unsigned long)(x));
 }
 
+#define phys_to_virt phys_to_virt
 static inline void *phys_to_virt(phys_addr_t x)
 {
        return (void *)(__phys_to_virt(x));
This page took 0.02931 seconds and 5 git commands to generate.