PCI: Use phys_addr_t for physical ROM address
authorBjorn Helgaas <bhelgaas@google.com>
Mon, 10 Dec 2012 18:24:42 +0000 (11:24 -0700)
committerBjorn Helgaas <bhelgaas@google.com>
Mon, 10 Dec 2012 18:24:42 +0000 (11:24 -0700)
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 <bhelgaas@google.com>

No differences found