ACPI: Remove useless type argument of driver .remove() operation
[platform/adaptation/renesas_rcar/renesas_kernel.git] / drivers / platform / x86 / hp_accel.c
index 18d74f2..e64a7a8 100644 (file)
@@ -337,7 +337,7 @@ static int lis3lv02d_add(struct acpi_device *device)
        return ret;
 }
 
-static int lis3lv02d_remove(struct acpi_device *device, int type)
+static int lis3lv02d_remove(struct acpi_device *device)
 {
        if (!device)
                return -EINVAL;