diff options
author | Bill Pemberton <wfp5p@virginia.edu> | 2012-11-19 13:22:46 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-11-28 16:19:49 -0500 |
commit | da095fd3d5063f2dd03468d71f7df39a0430d86f (patch) | |
tree | 39ddead35304eb9bf89b86157c3c5df3c95d3cdd /drivers/acpi | |
parent | 15856ad50bf5ea02a5ee22399c036d49e7e1124d (diff) |
acpi: remove use of __devinit
CONFIG_HOTPLUG is going away as an option so __devinit is no longer
needed.
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu>
Acked-by: Rafael J. Wysocki <rjw@sisk.pl>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/acpi')
-rw-r--r-- | drivers/acpi/apei/ghes.c | 2 | ||||
-rw-r--r-- | drivers/acpi/hed.c | 2 | ||||
-rw-r--r-- | drivers/acpi/pci_root.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/drivers/acpi/apei/ghes.c b/drivers/acpi/apei/ghes.c index 1599566ed1fe..73bca1141fa7 100644 --- a/drivers/acpi/apei/ghes.c +++ b/drivers/acpi/apei/ghes.c | |||
@@ -901,7 +901,7 @@ static unsigned long ghes_esource_prealloc_size( | |||
901 | return prealloc_size; | 901 | return prealloc_size; |
902 | } | 902 | } |
903 | 903 | ||
904 | static int __devinit ghes_probe(struct platform_device *ghes_dev) | 904 | static int ghes_probe(struct platform_device *ghes_dev) |
905 | { | 905 | { |
906 | struct acpi_hest_generic *generic; | 906 | struct acpi_hest_generic *generic; |
907 | struct ghes *ghes = NULL; | 907 | struct ghes *ghes = NULL; |
diff --git a/drivers/acpi/hed.c b/drivers/acpi/hed.c index 20a0f2c3ca3b..0ec28a38f607 100644 --- a/drivers/acpi/hed.c +++ b/drivers/acpi/hed.c | |||
@@ -61,7 +61,7 @@ static void acpi_hed_notify(struct acpi_device *device, u32 event) | |||
61 | blocking_notifier_call_chain(&acpi_hed_notify_list, 0, NULL); | 61 | blocking_notifier_call_chain(&acpi_hed_notify_list, 0, NULL); |
62 | } | 62 | } |
63 | 63 | ||
64 | static int __devinit acpi_hed_add(struct acpi_device *device) | 64 | static int acpi_hed_add(struct acpi_device *device) |
65 | { | 65 | { |
66 | /* Only one hardware error device */ | 66 | /* Only one hardware error device */ |
67 | if (hed_handle) | 67 | if (hed_handle) |
diff --git a/drivers/acpi/pci_root.c b/drivers/acpi/pci_root.c index bce469c0b48a..f70b9e5fc1b5 100644 --- a/drivers/acpi/pci_root.c +++ b/drivers/acpi/pci_root.c | |||
@@ -445,7 +445,7 @@ out: | |||
445 | } | 445 | } |
446 | EXPORT_SYMBOL(acpi_pci_osc_control_set); | 446 | EXPORT_SYMBOL(acpi_pci_osc_control_set); |
447 | 447 | ||
448 | static int __devinit acpi_pci_root_add(struct acpi_device *device) | 448 | static int acpi_pci_root_add(struct acpi_device *device) |
449 | { | 449 | { |
450 | unsigned long long segment, bus; | 450 | unsigned long long segment, bus; |
451 | acpi_status status; | 451 | acpi_status status; |