arm: move get_paddr_function to arch setup.c from device_tree.c
authorIan Campbell <ian.campbell@citrix.com>
Thu, 11 Oct 2012 14:56:58 +0000 (15:56 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Thu, 11 Oct 2012 14:56:58 +0000 (15:56 +0100)
commit2279dc2b5ea98c9d9853bfb138cf21acfd83fb09
tree00a59796948a5f442bb122a6a3a20bfa8d854e98
parent874d8100fca15754c98cac9bf47cdb37d275976f
arm: move get_paddr_function to arch setup.c from device_tree.c

It's not realy got any DT functionality in it and its only caller is
setup_pagetables.

Put it here because future patches want to incorporate of the module
layout in memory and I'd like to confine that to setup.c

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Tim Deegan <tim@xen.org>
Committed-by: Ian Campbell <ian.campbell@citrix.com>
xen/arch/arm/mm.c
xen/arch/arm/setup.c
xen/common/device_tree.c
xen/include/asm-arm/mm.h
xen/include/xen/device_tree.h