diff options
| -rw-r--r-- | drivers/pci/hotplug/sgi_hotplug.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/pci/hotplug/sgi_hotplug.c b/drivers/pci/hotplug/sgi_hotplug.c index 3eee70928d45..2d6da78fddb6 100644 --- a/drivers/pci/hotplug/sgi_hotplug.c +++ b/drivers/pci/hotplug/sgi_hotplug.c | |||
| @@ -679,7 +679,7 @@ alloc_err: | |||
| 679 | return rc; | 679 | return rc; |
| 680 | } | 680 | } |
| 681 | 681 | ||
| 682 | static int sn_pci_hotplug_init(void) | 682 | static int __init sn_pci_hotplug_init(void) |
| 683 | { | 683 | { |
| 684 | struct pci_bus *pci_bus = NULL; | 684 | struct pci_bus *pci_bus = NULL; |
| 685 | int rc; | 685 | int rc; |
| @@ -716,7 +716,7 @@ static int sn_pci_hotplug_init(void) | |||
| 716 | return registered == 1 ? 0 : -ENODEV; | 716 | return registered == 1 ? 0 : -ENODEV; |
| 717 | } | 717 | } |
| 718 | 718 | ||
| 719 | static void sn_pci_hotplug_exit(void) | 719 | static void __exit sn_pci_hotplug_exit(void) |
| 720 | { | 720 | { |
| 721 | struct hotplug_slot *bss_hotplug_slot; | 721 | struct hotplug_slot *bss_hotplug_slot; |
| 722 | 722 | ||
