aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug/acpiphp.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/pci/hotplug/acpiphp.h')
-rw-r--r--drivers/pci/hotplug/acpiphp.h3
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);
188typedef int (*acpiphp_callback)(struct acpiphp_slot *slot, void *data); 188typedef int (*acpiphp_callback)(struct acpiphp_slot *slot, void *data);
189 189
190int acpiphp_enable_slot(struct acpiphp_slot *slot); 190int acpiphp_enable_slot(struct acpiphp_slot *slot);
191int acpiphp_disable_slot(struct acpiphp_slot *slot); 191int acpiphp_disable_and_eject_slot(struct acpiphp_slot *slot);
192int acpiphp_eject_slot(struct acpiphp_slot *slot);
193u8 acpiphp_get_power_status(struct acpiphp_slot *slot); 192u8 acpiphp_get_power_status(struct acpiphp_slot *slot);
194u8 acpiphp_get_attention_status(struct acpiphp_slot *slot); 193u8 acpiphp_get_attention_status(struct acpiphp_slot *slot);
195u8 acpiphp_get_latch_status(struct acpiphp_slot *slot); 194u8 acpiphp_get_latch_status(struct acpiphp_slot *slot);