PCI: remove unnecessary arg of pci_update_resource()
authorYu Zhao <yu.zhao@intel.com>
Fri, 21 Nov 2008 18:38:52 +0000 (02:38 +0800)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Wed, 7 Jan 2009 19:13:00 +0000 (11:13 -0800)
commit14add80b5120966fe0659d61815b9e9b4b68fdc5
tree7f803ec36d14e76fb0bc672717bd0dd3dea30a08
parent6a49d8120021897e139641062236215aac5d220e
PCI: remove unnecessary arg of pci_update_resource()

This cleanup removes unnecessary argument 'struct resource *res' in
pci_update_resource(), so it takes same arguments as other companion
functions (pci_assign_resource(), etc.).

Signed-off-by: Yu Zhao <yu.zhao@intel.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
drivers/pci/pci.c
drivers/pci/setup-res.c
include/linux/pci.h