aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug/rpaphp.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/pci/hotplug/rpaphp.h')
-rw-r--r--drivers/pci/hotplug/rpaphp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pci/hotplug/rpaphp.h b/drivers/pci/hotplug/rpaphp.h
index 2ccbe8d4229d..fdd99b2ebe5f 100644
--- a/drivers/pci/hotplug/rpaphp.h
+++ b/drivers/pci/hotplug/rpaphp.h
@@ -103,7 +103,6 @@ extern void dealloc_slot_struct(struct slot *slot);
103extern struct slot *alloc_slot_struct(struct device_node *dn, int drc_index, char *drc_name, int power_domain); 103extern struct slot *alloc_slot_struct(struct device_node *dn, int drc_index, char *drc_name, int power_domain);
104extern int rpaphp_register_slot(struct slot *slot); 104extern int rpaphp_register_slot(struct slot *slot);
105extern int rpaphp_deregister_slot(struct slot *slot); 105extern int rpaphp_deregister_slot(struct slot *slot);
106extern int rpaphp_get_power_status(struct slot *slot, u8 * value);
107extern int rpaphp_set_attention_status(struct slot *slot, u8 status); 106extern int rpaphp_set_attention_status(struct slot *slot, u8 status);
108 107
109#endif /* _PPC64PHP_H */ 108#endif /* _PPC64PHP_H */