diff options
Diffstat (limited to 'drivers/pci/hotplug/acpiphp.h')
-rw-r--r-- | drivers/pci/hotplug/acpiphp.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/pci/hotplug/acpiphp.h b/drivers/pci/hotplug/acpiphp.h index 7d3251d2f4ad..fe6c79bb8eed 100644 --- a/drivers/pci/hotplug/acpiphp.h +++ b/drivers/pci/hotplug/acpiphp.h | |||
@@ -188,8 +188,7 @@ void acpiphp_unregister_hotplug_slot(struct acpiphp_slot *slot); | |||
188 | typedef int (*acpiphp_callback)(struct acpiphp_slot *slot, void *data); | 188 | typedef int (*acpiphp_callback)(struct acpiphp_slot *slot, void *data); |
189 | 189 | ||
190 | int acpiphp_enable_slot(struct acpiphp_slot *slot); | 190 | int acpiphp_enable_slot(struct acpiphp_slot *slot); |
191 | int acpiphp_disable_slot(struct acpiphp_slot *slot); | 191 | int acpiphp_disable_and_eject_slot(struct acpiphp_slot *slot); |
192 | int acpiphp_eject_slot(struct acpiphp_slot *slot); | ||
193 | u8 acpiphp_get_power_status(struct acpiphp_slot *slot); | 192 | u8 acpiphp_get_power_status(struct acpiphp_slot *slot); |
194 | u8 acpiphp_get_attention_status(struct acpiphp_slot *slot); | 193 | u8 acpiphp_get_attention_status(struct acpiphp_slot *slot); |
195 | u8 acpiphp_get_latch_status(struct acpiphp_slot *slot); | 194 | u8 acpiphp_get_latch_status(struct acpiphp_slot *slot); |