From: Jens Taprogge Date: Thu, 27 Sep 2012 10:37:28 +0000 (+0200) Subject: Staging: ipack/bridges/tpci200: change tpci200_slot->*_phys type. X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~84^2~1212 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb29ab86d18da68e5c7f05814c07d5eb8bdb4652;p=pandora-kernel.git Staging: ipack/bridges/tpci200: change tpci200_slot->*_phys type. Previously the *_phys fields were of type ipack_addr_space, which use void pointers to refer to memory addresses. Since the *_phys fields refer to unmapped memory, this is not correct. Introduce a new struct ipack_region (which uses phys_addr_t to refer to the start of a region) and use that as a replacement for struct ipack_addr_space. struct ipack_region is defined in ipack.h because it is planned to later expose the physical addressed to the IPack Module drivers. Signed-off-by: Jens Taprogge Signed-off-by: Samuel Iglesias Gonsalvez Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed