diff options
author | John Rose <johnrose@austin.ibm.com> | 2005-07-25 11:16:37 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2005-09-08 17:57:22 -0400 |
commit | bde168412440084e649e7e04938bd1ab6e7bf978 (patch) | |
tree | 8d835e6dd4147db7568e070fa4cdf3e2785e3ce5 /drivers/pci/hotplug/rpaphp.h | |
parent | 1b11d78cf87a7014f96e5b7fa2e1233cc8081a00 (diff) |
[PATCH] PCI Hotplug: rpaphp: Remove unused stuff
Subject line says it all :)
Signed-off-by: John Rose <johnrose@austin.ibm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
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); |