hw/versatile_pci: Drop unnecessary vpb_pci_config_addr()
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 19 Apr 2013 10:15:21 +0000 (11:15 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 19 Apr 2013 10:15:21 +0000 (11:15 +0100)
commitaf9277e69df688ebb8ccccb7edecc45f0f85ea51
tree53bb4b6427255b63427255f372a329cdae149a7f
parent89a32d32fb573b32bbe129421602c2b3c3c247ec
hw/versatile_pci: Drop unnecessary vpb_pci_config_addr()

Drop the vpb_pci_config_addr() function -- it is unnecessary since
the size of the memory regions means the hwaddr is always within
the 24 bit size. (This function was probably a leftover from when
read/write functions were called with absolute addresses rather
than relative ones.)

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Acked-by: Paul Brook <paul@codesourcery.com>
hw/pci-host/versatile.c