]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
PCI: shcphp: remove 'name' parameter
authorAlex Chiang <achiang@hp.com>
Mon, 20 Oct 2008 23:41:53 +0000 (17:41 -0600)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Wed, 22 Oct 2008 23:42:43 +0000 (16:42 -0700)
commit66f1705580f796a3f52c092e9dc92cbe5df41dd6
tree04abd780e793b79a83f74435291f700bef98f58b
parent85234ce86dfa62b779faa19a70364a06e3f7fc32
PCI: shcphp: 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 shpchp's version of struct slot.

This change also removes the unused struct task_event from the
slot structure.

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/shpchp.h
drivers/pci/hotplug/shpchp_core.c
drivers/pci/hotplug/shpchp_ctrl.c