Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Bill Pemberton and committed by
Greg Kroah-Hartman
da095fd3 15856ad5

+3 -3
+1 -1
drivers/acpi/apei/ghes.c
··· 901 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 906 struct acpi_hest_generic *generic; 907 907 struct ghes *ghes = NULL;
+1 -1
drivers/acpi/hed.c
··· 61 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 66 /* Only one hardware error device */ 67 67 if (hed_handle)
+1 -1
drivers/acpi/pci_root.c
··· 445 445 } 446 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 450 unsigned long long segment, bus; 451 451 acpi_status status;