PCI: Remove "extern" from function declarations
[deliverable/linux.git] / include / linux / pci_hotplug.h
index 45fc162cbdc06b0d3d0320c50575b14b5a8b5828..8db71dcd633740a8a7290aff4a99f6a23ee8e366 100644 (file)
@@ -125,12 +125,12 @@ static inline const char *hotplug_slot_name(const struct hotplug_slot *slot)
        return pci_slot_name(slot->pci_slot);
 }
 
-extern int __pci_hp_register(struct hotplug_slot *slot, struct pci_bus *pbus,
-                            int nr, const char *name,
-                            struct module *owner, const char *mod_name);
-extern int pci_hp_deregister(struct hotplug_slot *slot);
-extern int __must_check pci_hp_change_slot_info        (struct hotplug_slot *slot,
-                                                struct hotplug_slot_info *info);
+int __pci_hp_register(struct hotplug_slot *slot, struct pci_bus *pbus, int nr,
+                     const char *name, struct module *owner,
+                     const char *mod_name);
+int pci_hp_deregister(struct hotplug_slot *slot);
+int __must_check pci_hp_change_slot_info(struct hotplug_slot *slot,
+                                        struct hotplug_slot_info *info);
 
 /* use a define to avoid include chaining to get THIS_MODULE & friends */
 #define pci_hp_register(slot, pbus, devnr, name) \
This page took 0.033118 seconds and 5 git commands to generate.