]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
PCI: pciehp: remove 'name' parameter
authorAlex Chiang <achiang@hp.com>
Mon, 20 Oct 2008 23:41:38 +0000 (17:41 -0600)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Wed, 22 Oct 2008 23:42:42 +0000 (16:42 -0700)
commite1acb24f059defdaa0264e925f19cc21b0a3e592
tree9758cc4da2cab89d54c5c3a58eb9b978ad4b45c0
parenta32615a1a661f83661e8a26c3bc7763f716da8f3
PCI: pciehp: remove 'name' parameter

We do not need to manage our own name parameter, especially since
the PCI core can change it on our behalf, in the case of duplicate
slot names.

Remove 'name' from pciehp's version of struct slot, and remove
unused 'task_list' as well.

Cc: kristen.c.accardi@intel.com
Acked-by: Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com>
Signed-off-by: Alex Chiang <achiang@hp.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
drivers/pci/hotplug/pciehp.h
drivers/pci/hotplug/pciehp_core.c
drivers/pci/hotplug/pciehp_ctrl.c
drivers/pci/hotplug/pciehp_hpc.c