diff options
Diffstat (limited to 'drivers/pci/hotplug/rpaphp.h')
-rw-r--r-- | drivers/pci/hotplug/rpaphp.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/pci/hotplug/rpaphp.h b/drivers/pci/hotplug/rpaphp.h index 81746e6e0e0f..25bea00b4f14 100644 --- a/drivers/pci/hotplug/rpaphp.h +++ b/drivers/pci/hotplug/rpaphp.h | |||
@@ -72,11 +72,6 @@ extern int debug; | |||
72 | #define CONFIGURED 1 | 72 | #define CONFIGURED 1 |
73 | #define EMPTY 0 | 73 | #define EMPTY 0 |
74 | 74 | ||
75 | struct rpaphp_pci_func { | ||
76 | struct pci_dev *pci_dev; | ||
77 | struct list_head sibling; | ||
78 | }; | ||
79 | |||
80 | /* | 75 | /* |
81 | * struct slot - slot information for each *physical* slot | 76 | * struct slot - slot information for each *physical* slot |
82 | */ | 77 | */ |
@@ -113,7 +108,6 @@ extern int rpaphp_enable_pci_slot(struct slot *slot); | |||
113 | extern int register_pci_slot(struct slot *slot); | 108 | extern int register_pci_slot(struct slot *slot); |
114 | extern int rpaphp_unconfig_pci_adapter(struct slot *slot); | 109 | extern int rpaphp_unconfig_pci_adapter(struct slot *slot); |
115 | extern int rpaphp_get_pci_adapter_status(struct slot *slot, int is_init, u8 * value); | 110 | extern int rpaphp_get_pci_adapter_status(struct slot *slot, int is_init, u8 * value); |
116 | extern struct hotplug_slot *rpaphp_find_hotplug_slot(struct pci_dev *dev); | ||
117 | 111 | ||
118 | /* rpaphp_core.c */ | 112 | /* rpaphp_core.c */ |
119 | extern int rpaphp_add_slot(struct device_node *dn); | 113 | extern int rpaphp_add_slot(struct device_node *dn); |