Commit b59bc2fb authored by Bill Pemberton's avatar Bill Pemberton Committed by Rafael J. Wysocki

ACPI: remove use of __devexit

CONFIG_HOTPLUG is going away as an option so __devexit is no
longer needed.
Signed-off-by: default avatarBill Pemberton <wfp5p@virginia.edu>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent 876ab790
......@@ -994,7 +994,7 @@ static int __devinit ghes_probe(struct platform_device *ghes_dev)
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;
......
......@@ -70,7 +70,7 @@ static int __devinit acpi_hed_add(struct acpi_device *device)
return 0;
}
static int __devexit acpi_hed_remove(struct acpi_device *device, int type)
static int acpi_hed_remove(struct acpi_device *device, int type)
{
hed_handle = NULL;
return 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment