PCI: rcar: Remove rcar_pcie_setup_window() resource argument
authorPhil Edworthy <phil.edworthy@renesas.com>
Mon, 30 Jun 2014 08:37:01 +0000 (09:37 +0100)
committerBjorn Helgaas <bhelgaas@google.com>
Sat, 5 Jul 2014 18:00:00 +0000 (12:00 -0600)
commit0549252a1da98c5c39610e1700a9a1755acd0a70
tree5cf98829325918da83c0819dc463292976d14057
parentb77188495de64abb5393cb96ac5ec518cf386310
PCI: rcar: Remove rcar_pcie_setup_window() resource argument

rcar_pcie_setup_window() took both the window number and the resource,
which was redundant because we can look up the resource from the window
number.

Remove the "res" argument.

Signed-off-by: Phil Edworthy <phil.edworthy@renesas.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Simon Horman <horms+renesas@verge.net.au>
drivers/pci/host/pcie-rcar.c