From: Paul Walmsley Date: Mon, 27 Feb 2012 22:23:57 +0000 (-0700) Subject: ARM: OMAP2+: hwmod: provide a function to return the address space of the MPU RT X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aee104556e37d74976cdf7641286ff20f1ba1c33;p=pandora-kernel.git ARM: OMAP2+: hwmod: provide a function to return the address space of the MPU RT A subsequent patch will need to know the struct omap_hwmod_addr_space record corresponding to the module's register target, used by the MPU. So, convert _find_mpu_rt_base() into _find_mpu_rt_addr_space(). Then modify its sole current user, _populate_mpu_rt_base(), to extract the MPU RT base address itself from the struct omap_hwmod_addr_space record. Signed-off-by: Paul Walmsley Cc: BenoƮt Cousson --- Reading git-diff-tree failed