aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm/prom.h
diff options
context:
space:
mode:
authorGravatar Rob Herring <rob.herring@calxeda.com> 2013-09-16 21:05:05 -0500
committerGravatar Rob Herring <rob.herring@calxeda.com> 2013-10-09 20:04:10 -0500
commitd0dfa16a600190d142f7538e5909d13c35b60d98 (patch)
treeaad45142005812bb60b1e015873eac2218f0fccf /arch/powerpc/include/asm/prom.h
parentof: move of_address_to_resource and of_iomap declarations from sparc (diff)
downloadlinux-d0dfa16a600190d142f7538e5909d13c35b60d98.tar.gz
linux-d0dfa16a600190d142f7538e5909d13c35b60d98.tar.bz2
linux-d0dfa16a600190d142f7538e5909d13c35b60d98.zip
of: move of_translate_dma_address to of_address.h
of_translate_dma_address is implemented in common code, so move the declaration there too. Signed-off-by: Rob Herring <rob.herring@calxeda.com> Acked-by: Grant Likely <grant.likely@linaro.org> Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org> Cc: Paul Mackerras <paulus@samba.org> Cc: linuxppc-dev@lists.ozlabs.org
Diffstat (limited to 'arch/powerpc/include/asm/prom.h')
-rw-r--r--arch/powerpc/include/asm/prom.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/powerpc/include/asm/prom.h b/arch/powerpc/include/asm/prom.h
index 43fe0023d722..b8774bdc69e0 100644
--- a/arch/powerpc/include/asm/prom.h
+++ b/arch/powerpc/include/asm/prom.h
@@ -24,10 +24,6 @@
* OF address retreival & translation
*/
-/* Translate a DMA address from device space to CPU space */
-extern u64 of_translate_dma_address(struct device_node *dev,
- const __be32 *in_addr);
-
/* Parse the ibm,dma-window property of an OF node into the busno, phys and
* size parameters.
*/