]> rtime.felk.cvut.cz Git - sojka/nv-tegra/linux-3.10.git/commit
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)
commitdbd3fc3345390a989a033427aa915a0dfb62149f
treeec8c03902652acc7d298a0bd51517d853fb86cde
parentf9a37be0f02a943d63e3346b19f9c9d8d91826cb
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 <bhelgaas@google.com>
arch/x86/pci/common.c
drivers/pci/rom.c
include/linux/pci.h