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>
This commit is contained in:
Bill Pemberton
2012-11-21 23:13:09 +01:00
committed by Rafael J. Wysocki
parent 876ab79055
commit b59bc2fbb4
2 changed files with 2 additions and 2 deletions

View File

@@ -994,7 +994,7 @@ err:
return rc;
}
static int __devexit ghes_remove(struct platform_device *ghes_dev)
static int ghes_remove(struct platform_device *ghes_dev)
{
struct ghes *ghes;
struct acpi_hest_generic *generic;