Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
+1 −1
Original line number Diff line number Diff line
@@ -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;