]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
ACPI: remove use of __devexit
authorBill Pemberton <wfp5p@virginia.edu>
Wed, 21 Nov 2012 22:13:09 +0000 (23:13 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 21 Nov 2012 22:13:09 +0000 (23:13 +0100)
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>
drivers/acpi/apei/ghes.c
drivers/acpi/hed.c

index 1599566ed1fe077113b10200d22d0db097fd25fd..da93c003e9531d46dd60ef249eb17adaabb8d8fc 100644 (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;
index 20a0f2c3ca3b7d1143825ec0946aea54b60f4179..b514e81e8cfa1f10a1cf1d1ad404fc35eb946b55 100644 (file)
@@ -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;