From: Thomas Petazzoni Date: Wed, 6 Mar 2013 16:59:57 +0000 (+0100) Subject: arm: plat-orion: use mv_mbus_dram_info() in PCIe code X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~70^2~19^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59f16137b2a09b2fba7e4d00088f99ce0ea9a6de;p=pandora-kernel.git arm: plat-orion: use mv_mbus_dram_info() in PCIe code The PCIe code was directly accessing the orion_mbus_dram_info structure to get access to a description of the SDRAM chip selects in order to configure the PCIe -> SDRAM address decoding windows. However, with the introduction of the orion-mbus driver, we are going to remove this global structure and instead leave only the exported mv_mbus_dram_info() function to access this description of the SDRAM chip selects. Therefore, we simply switch to using this API. Signed-off-by: Thomas Petazzoni Signed-off-by: Jason Cooper --- Reading git-diff-tree failed