diff options
| author | Irene Zubarev <zubarev@us.ibm.com> | 2002-09-09 00:40:30 -0700 |
|---|---|---|
| committer | Greg Kroah-Hartman <greg@kroah.com> | 2002-09-09 00:40:30 -0700 |
| commit | ef7f120ab49379a4745574dddf480c845ea2c7ab (patch) | |
| tree | 05fd1489349c7677423289d7ec1c44daf5a21265 /drivers/hotplug/ibmphp.h | |
| parent | 9adaeddf526a83c4ad09b33588f20679bec85e22 (diff) | |
[PATCH] IBM PCI Hotplug driver update for PCI based controllers
Diffstat (limited to 'drivers/hotplug/ibmphp.h')
| -rw-r--r-- | drivers/hotplug/ibmphp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hotplug/ibmphp.h b/drivers/hotplug/ibmphp.h index a45b1c7e821b..3828441ce748 100644 --- a/drivers/hotplug/ibmphp.h +++ b/drivers/hotplug/ibmphp.h @@ -737,6 +737,7 @@ struct slot { struct controller { struct ebda_hpc_slot *slots; struct ebda_hpc_bus *buses; + struct pci_dev *ctrl_dev; /* in case where controller is PCI */ u8 starting_slot_num; /* starting and ending slot #'s this ctrl controls*/ u8 ending_slot_num; u8 revision; |
