diff options
Diffstat (limited to 'drivers/pci')
-rw-r--r-- | drivers/pci/hotplug/rpaphp_slot.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pci/hotplug/rpaphp_slot.c b/drivers/pci/hotplug/rpaphp_slot.c index 04cc1e7275ce..78943e064b59 100644 --- a/drivers/pci/hotplug/rpaphp_slot.c +++ b/drivers/pci/hotplug/rpaphp_slot.c | |||
@@ -159,6 +159,7 @@ int rpaphp_deregister_slot(struct slot *slot) | |||
159 | dbg("%s - Exit: rc[%d]\n", __FUNCTION__, retval); | 159 | dbg("%s - Exit: rc[%d]\n", __FUNCTION__, retval); |
160 | return retval; | 160 | return retval; |
161 | } | 161 | } |
162 | EXPORT_SYMBOL_GPL(rpaphp_deregister_slot); | ||
162 | 163 | ||
163 | int rpaphp_register_slot(struct slot *slot) | 164 | int rpaphp_register_slot(struct slot *slot) |
164 | { | 165 | { |