ACPI: Remove useless type argument of driver .remove() operation
[platform/adaptation/renesas_rcar/renesas_kernel.git] / drivers / hwmon / acpi_power_meter.c
index 1672e2a..6351aba 100644 (file)
@@ -911,7 +911,7 @@ exit:
        return res;
 }
 
-static int acpi_power_meter_remove(struct acpi_device *device, int type)
+static int acpi_power_meter_remove(struct acpi_device *device)
 {
        struct acpi_power_meter_resource *resource;