summaryrefslogtreecommitdiffstats
path: root/arch/ia64/hp/common/aml_nfw.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/ia64/hp/common/aml_nfw.c')
-rw-r--r--arch/ia64/hp/common/aml_nfw.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/ia64/hp/common/aml_nfw.c b/arch/ia64/hp/common/aml_nfw.c
index 684667ade525..901df49461a0 100644
--- a/arch/ia64/hp/common/aml_nfw.c
+++ b/arch/ia64/hp/common/aml_nfw.c
@@ -187,9 +187,9 @@ static int aml_nfw_add(struct acpi_device *device)
return aml_nfw_add_global_handler();
}
-static int aml_nfw_remove(struct acpi_device *device)
+static void aml_nfw_remove(struct acpi_device *device)
{
- return aml_nfw_remove_global_handler();
+ aml_nfw_remove_global_handler();
}
static const struct acpi_device_id aml_nfw_ids[] = {