From: Bjorn Helgaas Date: Mon, 10 Dec 2012 18:24:42 +0000 (-0700) Subject: PCI: Use phys_addr_t for physical ROM address X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~34^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbd3fc3345390a989a033427aa915a0dfb62149f;p=pandora-kernel.git PCI: Use phys_addr_t for physical ROM address Use phys_addr_t rather than "void *" for physical memory address. This removes casts and fixes a "cast from pointer to integer of different size" warning on ppc44x_defconfig. Signed-off-by: Bjorn Helgaas --- Reading git-diff-tree failed