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

ACPI: remove use of __devexit

CONFIG_HOTPLUG is going away as an option so __devexit is no
longer needed.

Signed-off-by: Bill Pemberton <wfp5p@virginia.edu>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>

authored by

Bill Pemberton and committed by
Rafael J. Wysocki
b59bc2fb 876ab790

+2 -2
+1 -1
drivers/acpi/apei/ghes.c
··· 994 994 return rc; 995 995 } 996 996 997 - static int __devexit ghes_remove(struct platform_device *ghes_dev) 997 + static int ghes_remove(struct platform_device *ghes_dev) 998 998 { 999 999 struct ghes *ghes; 1000 1000 struct acpi_hest_generic *generic;
+1 -1
drivers/acpi/hed.c
··· 70 70 return 0; 71 71 } 72 72 73 - static int __devexit acpi_hed_remove(struct acpi_device *device, int type) 73 + static int acpi_hed_remove(struct acpi_device *device, int type) 74 74 { 75 75 hed_handle = NULL; 76 76 return 0;